#0B6E65

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

Shades of Blue Stone #0B6E65

Tints of Blue Stone #0B6E65

Color information

#0B6E65 (or 0x0B6E65) is unknown color: approx Blue Stone. HEX triplet: 0B, 6E and 65. RGB value is (11,110,101). Sum of RGB (Red+Green+Blue) = 11+110+101=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E65 is #F4919A. Grayscale: #4F4F4F. Windows color (decimal): -16028059 or 6647307. OLE color: 6647307.

HSL color Cylindrical-coordinate representation of color #0B6E65: hue angle of 174.55º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E65 is Cyan = 0.9, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB11110101-
CMYK0.900.080.57
HSL174.55º81.82%23.73%-
HSV(B)174.55º90%43.14%-
XYZ8.0612.1614.23-
YUV79.37140.279.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=4.95%
G=49.55%
B=45.50%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111101010.900.080.57174.5581.8223.73
HexB6E655A0839af5218
Octal131561451320107125712230
Binary10111101110110010110110100100011100110101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B6E65; }

 p { color: rgb(11,110,101); }

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

<style>
 a { background-color: #0B6E65; }

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

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

<style>
 span { border-color: #0B6E65; }

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

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