Shades of Blue Stone #0F6560
Tints of Blue Stone #0F6560
RGB
CMYK
RGB Variations
Color information
#0F6560 (or 0x0F6560) is known color: Blue Stone. HEX triplet: 0F, 65 and 60. RGB value is (15,101,96). Sum of RGB (Red+Green+Blue) = 15+101+96=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6560 is #F09A9F. Grayscale: #4A4A4A. Windows color (decimal): -15768224 or 6317327. OLE color: 6317327.
HSL color Cylindrical-coordinate representation of color #0F6560: hue angle of 176.51º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6560 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 96 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.60 |
| HSL | 176.51º | 0.74% | 0.23% | - |
| HSV(B) | 176.51º | 0.85% | 0.4% | - |
| XYZ | 6.96 | 10.25 | 12.68 | - |
| YUV | 74.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 96 | 0.85 | 0 | 0.05 | 0.60 | 176.51 | 0.74 | 0.23 |
| Hex | F | 65 | 60 | 55 | 0 | 5 | 3C | B1 | 4A | 17 |
| Octal | 17 | 145 | 140 | 125 | 0 | 5 | 74 | 261 | 112 | 27 |
| Binary | 1111 | 1100101 | 1100000 | 1010101 | 0 | 101 | 111100 | 10110001 | 1001010 | 10111 |
Color Harmonies of #0F6560
Complementary color
Monochromatic Colors of #0F6560
Black with #0F6560
Text Example
Text Example
White with #0F6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6560; }
p { color: rgb(15,101,96); }
H1.HeaderClassName
{
color: #0F6560;
}
.AnyTagClassName
{
color: #0F6560;
}
</style>
background-color css
<style>
a { background-color: #0F6560; }
a { background-color: rgb(15,101,96); }
div.DivClassName
{
background-color: #0F6560;
}
.BgClassName
{
background-color: #0F6560;
}
</style>
border-color css
<style>
span { border-color: #0F6560; }
span { border-color: rgb(15,101,96); }
td.TdClassName
{
border-color: #0F6560;
}
.TagClassName
{
border-color: #0F6560;
}
</style>