Shades of Blue Stone #0B6264
Tints of Blue Stone #0B6264
RGB
CMYK
RGB Variations
Color information
#0B6264 (or 0x0B6264) is known color: Blue Stone. HEX triplet: 0B, 62 and 64. RGB value is (11,98,100). Sum of RGB (Red+Green+Blue) = 11+98+100=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #0B6264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6264 is #F49D9B. Grayscale: #484848. Windows color (decimal): -16031132 or 6578699. OLE color: 6578699.
HSL color Cylindrical-coordinate representation of color #0B6264: hue angle of 181.35º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6264 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 98 | 100 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.61 |
| HSL | 181.35º | 0.8% | 0.22% | - |
| HSV(B) | 181.35º | 0.89% | 0.39% | - |
| XYZ | 6.81 | 9.73 | 13.58 | - |
| YUV | 72.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 100 | 0.89 | 0.02 | 0 | 0.61 | 181.35 | 0.8 | 0.22 |
| Hex | B | 62 | 64 | 59 | 2 | 0 | 3D | B5 | 50 | 16 |
| Octal | 13 | 142 | 144 | 131 | 2 | 0 | 75 | 265 | 120 | 26 |
| Binary | 1011 | 1100010 | 1100100 | 1011001 | 10 | 0 | 111101 | 10110101 | 1010000 | 10110 |
Color Harmonies of #0B6264
Complementary color
Monochromatic Colors of #0B6264
Black with #0B6264
Text Example
Text Example
White with #0B6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6264; }
p { color: rgb(11,98,100); }
H1.HeaderClassName
{
color: #0B6264;
}
.AnyTagClassName
{
color: #0B6264;
}
</style>
background-color css
<style>
a { background-color: #0B6264; }
a { background-color: rgb(11,98,100); }
div.DivClassName
{
background-color: #0B6264;
}
.BgClassName
{
background-color: #0B6264;
}
</style>
border-color css
<style>
span { border-color: #0B6264; }
span { border-color: rgb(11,98,100); }
td.TdClassName
{
border-color: #0B6264;
}
.TagClassName
{
border-color: #0B6264;
}
</style>