#106766

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

Shades of Blue Stone #106766

Tints of Blue Stone #106766

Color information

#106766 (or 0x106766) is unknown color: approx Blue Stone. HEX triplet: 10, 67 and 66. RGB value is (16,103,102). Sum of RGB (Red+Green+Blue) = 16+103+102=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #106766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106766 is #EF9899. Grayscale: #4C4C4C. Windows color (decimal): -15702170 or 6711056. OLE color: 6711056.

HSL color Cylindrical-coordinate representation of color #106766: hue angle of 179.31º 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 #106766 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB16103102-
CMYK0.8400.010.60
HSL179.31º73.11%23.33%-
HSV(B)179.31º84.47%40.39%-
XYZ7.4610.7714.26-
YUV76.87142.1884.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=7.24%
G=46.61%
B=46.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal161031020.8400.010.60179.3173.1123.33
Hex10676654013Cb34917
Octal20147146124017426311127
Binary100001100111110011010101000111110010110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106766; }

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

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

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

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

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

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

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

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