#106B65

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

Shades of Blue Stone #106B65

Tints of Blue Stone #106B65

Color information

#106B65 (or 0x106B65) is unknown color: approx Blue Stone. HEX triplet: 10, 6B and 65. RGB value is (16,107,101). Sum of RGB (Red+Green+Blue) = 16+107+101=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #106B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B65 is #EF949A. Grayscale: #4F4F4F. Windows color (decimal): -15701147 or 6646544. OLE color: 6646544.

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

Color convert

RGB16107101-
CMYK0.8500.060.58
HSL176.04º73.98%24.12%-
HSV(B)176.04º85.05%41.96%-
XYZ7.8211.5714.13-
YUV79.11140.3582.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=7.14%
G=47.77%
B=45.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161071010.8500.060.58176.0473.9824.12
Hex106B6555063Ab04a18
Octal20153145125067226011230
Binary10000110101111001011010101011011101010110000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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