Shades of Blue Stone #0B6361
Tints of Blue Stone #0B6361
RGB
CMYK
RGB Variations
Color information
#0B6361 (or 0x0B6361) is known color: Blue Stone. HEX triplet: 0B, 63 and 61. RGB value is (11,99,97). Sum of RGB (Red+Green+Blue) = 11+99+97=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #0B6361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6361 is #F49C9E. Grayscale: #484848. Windows color (decimal): -16030879 or 6382347. OLE color: 6382347.
HSL color Cylindrical-coordinate representation of color #0B6361: hue angle of 178.64º 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 #0B6361 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 97 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.61 |
| HSL | 178.64º | 0.8% | 0.22% | - |
| HSV(B) | 178.64º | 0.89% | 0.39% | - |
| XYZ | 6.76 | 9.86 | 12.86 | - |
| YUV | 72.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 97 | 0.89 | 0 | 0.02 | 0.61 | 178.64 | 0.8 | 0.22 |
| Hex | B | 63 | 61 | 59 | 0 | 2 | 3D | B3 | 50 | 16 |
| Octal | 13 | 143 | 141 | 131 | 0 | 2 | 75 | 263 | 120 | 26 |
| Binary | 1011 | 1100011 | 1100001 | 1011001 | 0 | 10 | 111101 | 10110011 | 1010000 | 10110 |
Color Harmonies of #0B6361
Complementary color
Monochromatic Colors of #0B6361
Black with #0B6361
Text Example
Text Example
White with #0B6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6361; }
p { color: rgb(11,99,97); }
H1.HeaderClassName
{
color: #0B6361;
}
.AnyTagClassName
{
color: #0B6361;
}
</style>
background-color css
<style>
a { background-color: #0B6361; }
a { background-color: rgb(11,99,97); }
div.DivClassName
{
background-color: #0B6361;
}
.BgClassName
{
background-color: #0B6361;
}
</style>
border-color css
<style>
span { border-color: #0B6361; }
span { border-color: rgb(11,99,97); }
td.TdClassName
{
border-color: #0B6361;
}
.TagClassName
{
border-color: #0B6361;
}
</style>