#106C5B

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

Shades of Blue Stone #106C5B

Tints of Blue Stone #106C5B

Color information

#106C5B (or 0x106C5B) is unknown color: approx Blue Stone. HEX triplet: 10, 6C and 5B. RGB value is (16,108,91). Sum of RGB (Red+Green+Blue) = 16+108+91=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #106C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C5B is #EF93A4. Grayscale: #4E4E4E. Windows color (decimal): -15700901 or 5991440. OLE color: 5991440.

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

Color convert

RGB1610891-
CMYK0.8500.160.58
HSL168.91º74.19%24.31%-
HSV(B)168.91º85.19%42.35%-
XYZ7.4611.5911.74-
YUV78.55135.0283.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.44%
GREEN value IS 108 (42.58% from 255) = 50.23%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=7.44%
G=50.23%
B=42.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108910.8500.160.58168.9174.1924.31
Hex106C5B550103Aa94a18
Octal201541331250207225111230
Binary1000011011001011011101010101000011101010101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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