#106466

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

Shades of Blue Stone #106466

Tints of Blue Stone #106466

Color information

#106466 (or 0x106466) is unknown color: approx Blue Stone. HEX triplet: 10, 64 and 66. RGB value is (16,100,102). Sum of RGB (Red+Green+Blue) = 16+100+102=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #106466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106466 is #EF9B99. Grayscale: #4B4B4B. Windows color (decimal): -15702938 or 6710288. OLE color: 6710288.

HSL color Cylindrical-coordinate representation of color #106466: hue angle of 181.4º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106466 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB16100102-
CMYK0.840.0200.6
HSL181.4º72.88%23.14%-
HSV(B)181.4º84.31%40%-
XYZ7.1710.1814.16-
YUV75.11143.1785.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=7.34%
G=45.87%
B=46.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal161001020.840.0200.6181.472.8823.14
Hex10646654203Cb54917
Octal20144146124207426511127
Binary1000011001001100110101010010011110010110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106466; }

 p { color: rgb(16,100,102); }

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

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

 a { background-color: rgb(16,100,102); }

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

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

 span { border-color: rgb(16,100,102); }

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