Shades of Blue Stone #0B6C65
Tints of Blue Stone #0B6C65
RGB
CMYK
RGB Variations
Color information
#0B6C65 (or 0x0B6C65) is known color: Blue Stone. HEX triplet: 0B, 6C and 65. RGB value is (11,108,101). Sum of RGB (Red+Green+Blue) = 11+108+101=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6C65 is #F4939A. Grayscale: #4E4E4E. Windows color (decimal): -16028571 or 6646795. OLE color: 6646795.
HSL color Cylindrical-coordinate representation of color #0B6C65: hue angle of 175.67º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C65 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 108 | 101 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.58 |
| HSL | 175.67º | 0.82% | 0.23% | - |
| HSV(B) | 175.67º | 0.9% | 0.42% | - |
| XYZ | 7.85 | 11.74 | 14.16 | - |
| YUV | 78.2 | 140.86 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 101 | 0.90 | 0 | 0.06 | 0.58 | 175.67 | 0.82 | 0.23 |
| Hex | B | 6C | 65 | 5A | 0 | 6 | 3A | B0 | 52 | 17 |
| Octal | 13 | 154 | 145 | 132 | 0 | 6 | 72 | 260 | 122 | 27 |
| Binary | 1011 | 1101100 | 1100101 | 1011010 | 0 | 110 | 111010 | 10110000 | 1010010 | 10111 |
Color Harmonies of #0B6C65
Complementary color
Monochromatic Colors of #0B6C65
Black with #0B6C65
Text Example
Text Example
White with #0B6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6C65; }
p { color: rgb(11,108,101); }
H1.HeaderClassName
{
color: #0B6C65;
}
.AnyTagClassName
{
color: #0B6C65;
}
</style>
background-color css
<style>
a { background-color: #0B6C65; }
a { background-color: rgb(11,108,101); }
div.DivClassName
{
background-color: #0B6C65;
}
.BgClassName
{
background-color: #0B6C65;
}
</style>
border-color css
<style>
span { border-color: #0B6C65; }
span { border-color: rgb(11,108,101); }
td.TdClassName
{
border-color: #0B6C65;
}
.TagClassName
{
border-color: #0B6C65;
}
</style>