#106C60

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

Shades of Blue Stone #106C60

Tints of Blue Stone #106C60

Color information

#106C60 (or 0x106C60) is unknown color: approx Blue Stone. HEX triplet: 10, 6C and 60. RGB value is (16,108,96). Sum of RGB (Red+Green+Blue) = 16+108+96=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #106C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C60 is #EF939F. Grayscale: #4F4F4F. Windows color (decimal): -15700896 or 6319120. OLE color: 6319120.

HSL color Cylindrical-coordinate representation of color #106C60: hue angle of 172.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C60 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1610896-
CMYK0.8500.110.58
HSL172.17º74.19%24.31%-
HSV(B)172.17º85.19%42.35%-
XYZ7.6911.6812.92-
YUV79.12137.5282.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 108 (42.58% from 255) = 49.09%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=7.27%
G=49.09%
B=43.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108960.8500.110.58172.1774.1924.31
Hex106C60550B3Aac4a18
Octal201541401250137225411230
Binary100001101100110000010101010101111101010101100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106C60; }

 p { color: rgb(16,108,96); }

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

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

 a { background-color: rgb(16,108,96); }

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

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

 span { border-color: rgb(16,108,96); }

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