Shades of Blue Stone #0F605F
Tints of Blue Stone #0F605F
RGB
CMYK
RGB Variations
Color information
#0F605F (or 0x0F605F) is known color: Blue Stone. HEX triplet: 0F, 60 and 5F. RGB value is (15,96,95). Sum of RGB (Red+Green+Blue) = 15+96+95=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #0F605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F605F is #F09FA0. Grayscale: #474747. Windows color (decimal): -15769505 or 6250511. OLE color: 6250511.
HSL color Cylindrical-coordinate representation of color #0F605F: hue angle of 179.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F605F is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 95 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.62 |
| HSL | 179.26º | 0.73% | 0.22% | - |
| HSV(B) | 179.26º | 0.84% | 0.38% | - |
| XYZ | 6.45 | 9.29 | 12.28 | - |
| YUV | 71.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 95 | 0.84 | 0 | 0.01 | 0.62 | 179.26 | 0.73 | 0.22 |
| Hex | F | 60 | 5F | 54 | 0 | 1 | 3E | B3 | 49 | 16 |
| Octal | 17 | 140 | 137 | 124 | 0 | 1 | 76 | 263 | 111 | 26 |
| Binary | 1111 | 1100000 | 1011111 | 1010100 | 0 | 1 | 111110 | 10110011 | 1001001 | 10110 |
Color Harmonies of #0F605F
Complementary color
Monochromatic Colors of #0F605F
Black with #0F605F
Text Example
Text Example
White with #0F605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F605F; }
p { color: rgb(15,96,95); }
H1.HeaderClassName
{
color: #0F605F;
}
.AnyTagClassName
{
color: #0F605F;
}
</style>
background-color css
<style>
a { background-color: #0F605F; }
a { background-color: rgb(15,96,95); }
div.DivClassName
{
background-color: #0F605F;
}
.BgClassName
{
background-color: #0F605F;
}
</style>
border-color css
<style>
span { border-color: #0F605F; }
span { border-color: rgb(15,96,95); }
td.TdClassName
{
border-color: #0F605F;
}
.TagClassName
{
border-color: #0F605F;
}
</style>