#106A5C

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

Shades of Blue Stone #106A5C

Tints of Blue Stone #106A5C

Color information

#106A5C (or 0x106A5C) is unknown color: approx Blue Stone. HEX triplet: 10, 6A and 5C. RGB value is (16,106,92). Sum of RGB (Red+Green+Blue) = 16+106+92=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #106A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A5C is #EF95A3. Grayscale: #4D4D4D. Windows color (decimal): -15701412 or 6056464. OLE color: 6056464.

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

Color convert

RGB1610692-
CMYK0.8500.130.58
HSL170.67º73.77%23.92%-
HSV(B)170.67º84.91%41.57%-
XYZ7.311.1911.9-
YUV77.49136.1884.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=7.48%
G=49.53%
B=42.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106920.8500.130.58170.6773.7723.92
Hex106A5C550D3Aab4a18
Octal201521341250157225311230
Binary100001101010101110010101010110111101010101011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,106,92); }

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

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

 a { background-color: rgb(16,106,92); }

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

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

 span { border-color: rgb(16,106,92); }

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