#106E6B

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

Shades of Blue Stone #106E6B

Tints of Blue Stone #106E6B

Color information

#106E6B (or 0x106E6B) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 6B. RGB value is (16,110,107). Sum of RGB (Red+Green+Blue) = 16+110+107=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #106E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E6B is #EF9194. Grayscale: #515151. Windows color (decimal): -15700373 or 7040528. OLE color: 7040528.

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

Color convert

RGB16110107-
CMYK0.8500.030.57
HSL178.09º74.6%24.71%-
HSV(B)178.09º85.45%43.14%-
XYZ8.4412.3215.84-
YUV81.55142.3681.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=6.87%
G=47.21%
B=45.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161101070.8500.030.57178.0974.624.71
Hex106E6B550339b24b19
Octal20156153125037126211331
Binary1000011011101101011101010101111100110110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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