#106C61

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

Shades of Blue Stone #106C61

Tints of Blue Stone #106C61

Color information

#106C61 (or 0x106C61) is unknown color: approx Blue Stone. HEX triplet: 10, 6C and 61. RGB value is (16,108,97). Sum of RGB (Red+Green+Blue) = 16+108+97=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #106C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C61 is #EF939E. Grayscale: #4F4F4F. Windows color (decimal): -15700895 or 6384656. OLE color: 6384656.

HSL color Cylindrical-coordinate representation of color #106C61: hue angle of 172.83º 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 #106C61 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1610897-
CMYK0.8500.100.58
HSL172.83º74.19%24.31%-
HSV(B)172.83º85.19%42.35%-
XYZ7.7311.713.16-
YUV79.24138.0282.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=7.24%
G=48.87%
B=43.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108970.8500.100.58172.8374.1924.31
Hex106C61550A3Aad4a18
Octal201541411250127225511230
Binary100001101100110000110101010101011101010101101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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