#106354

Color #106354 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #106354

Tints of Blue Stone #106354

Color information

#106354 (or 0x106354) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 54. RGB value is (16,99,84). Sum of RGB (Red+Green+Blue) = 16+99+84=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #106354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106354 is #EF9CAB. Grayscale: #484848. Windows color (decimal): -15703212 or 5530384. OLE color: 5530384.

HSL color Cylindrical-coordinate representation of color #106354: hue angle of 169.16º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106354 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB169984-
CMYK0.8400.150.61
HSL169.16º72.17%22.55%-
HSV(B)169.16º83.84%38.82%-
XYZ6.289.679.92-
YUV72.47134.587.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=8.04%
G=49.75%
B=42.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699840.8400.150.61169.1672.1722.55
Hex106354540F3Da94817
Octal201431241240177525111027
Binary100001100011101010010101000111111110110101001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106354; }

 p { color: rgb(16,99,84); }

 H1.HeaderClassName
 {
   color: #106354;
 }
 .AnyTagClassName
 {
   color: #106354;
 }
</style>
background-color css

<style>
 a { background-color: #106354; }

 a { background-color: rgb(16,99,84); }

 div.DivClassName
 {
   background-color: #106354;
 }
 .BgClassName
 {
   background-color: #106354;
 }
</style>
border-color css

<style>
 span { border-color: #106354; }

 span { border-color: rgb(16,99,84); }

 td.TdClassName
 {
   border-color: #106354;
 }
 .TagClassName
 {
   border-color: #106354;
 }
</style>