#106e6e

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

Shades of Blue Stone #106E6E

Tints of Blue Stone #106E6E

Color information

#106E6E (or 0x106E6E) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 6E. RGB value is (16,110,110). Sum of RGB (Red+Green+Blue) = 16+110+110=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #106E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E6E is #EF9191. Grayscale: #515151. Windows color (decimal): -15700370 or 7237136. OLE color: 7237136.

HSL color Cylindrical-coordinate representation of color #106E6E: hue angle of 180º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E6E is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16110110-
CMYK0.85000.57
HSL180º74.6%24.71%-
HSV(B)180º85.45%43.14%-
XYZ8.612.3916.69-
YUV81.89143.8681-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 110 (43.36% from 255) = 46.61%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=6.78%
G=46.61%
B=46.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161101100.85000.5718074.624.71
Hex106E6E550039b44b19
Octal20156156125007126411331
Binary100001101110110111010101010011100110110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,110,110); }

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

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

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

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

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

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

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