Shades of Blue Stone #0F6F60
Tints of Blue Stone #0F6F60
RGB
CMYK
RGB Variations
Color information
#0F6F60 (or 0x0F6F60) is known color: Blue Stone. HEX triplet: 0F, 6F and 60. RGB value is (15,111,96). Sum of RGB (Red+Green+Blue) = 15+111+96=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F60 is #F0909F. Grayscale: #505050. Windows color (decimal): -15765664 or 6319887. OLE color: 6319887.
HSL color Cylindrical-coordinate representation of color #0F6F60: hue angle of 170.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F60 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 96 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.56 |
| HSL | 170.63º | 0.76% | 0.25% | - |
| HSV(B) | 170.63º | 0.86% | 0.44% | - |
| XYZ | 7.99 | 12.31 | 13.02 | - |
| YUV | 80.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 96 | 0.86 | 0 | 0.14 | 0.56 | 170.63 | 0.76 | 0.25 |
| Hex | F | 6F | 60 | 56 | 0 | E | 38 | AB | 4C | 19 |
| Octal | 17 | 157 | 140 | 126 | 0 | 16 | 70 | 253 | 114 | 31 |
| Binary | 1111 | 1101111 | 1100000 | 1010110 | 0 | 1110 | 111000 | 10101011 | 1001100 | 11001 |
Color Harmonies of #0F6F60
Complementary color
Monochromatic Colors of #0F6F60
Black with #0F6F60
Text Example
Text Example
White with #0F6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F60; }
p { color: rgb(15,111,96); }
H1.HeaderClassName
{
color: #0F6F60;
}
.AnyTagClassName
{
color: #0F6F60;
}
</style>
background-color css
<style>
a { background-color: #0F6F60; }
a { background-color: rgb(15,111,96); }
div.DivClassName
{
background-color: #0F6F60;
}
.BgClassName
{
background-color: #0F6F60;
}
</style>
border-color css
<style>
span { border-color: #0F6F60; }
span { border-color: rgb(15,111,96); }
td.TdClassName
{
border-color: #0F6F60;
}
.TagClassName
{
border-color: #0F6F60;
}
</style>