#106A6C

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

Shades of Blue Stone #106A6C

Tints of Blue Stone #106A6C

Color information

#106A6C (or 0x106A6C) is unknown color: approx Blue Stone. HEX triplet: 10, 6A and 6C. RGB value is (16,106,108). Sum of RGB (Red+Green+Blue) = 16+106+108=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #106A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A6C is #EF9593. Grayscale: #4F4F4F. Windows color (decimal): -15701396 or 7105040. OLE color: 7105040.

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

Color convert

RGB16106108-
CMYK0.850.0200.58
HSL181.3º74.19%24.31%-
HSV(B)181.3º85.19%42.35%-
XYZ8.0711.515.98-
YUV79.32144.1882.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 106 (41.80% from 255) = 46.09%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=6.96%
G=46.09%
B=46.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161061080.850.0200.58181.374.1924.31
Hex106A6C55203Ab54a18
Octal20152154125207226511230
Binary1000011010101101100101010110011101010110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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