Shades of Blue Stone #0F605A
Tints of Blue Stone #0F605A
RGB
CMYK
RGB Variations
Color information
#0F605A (or 0x0F605A) is known color: Blue Stone. HEX triplet: 0F, 60 and 5A. RGB value is (15,96,90). Sum of RGB (Red+Green+Blue) = 15+96+90=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #0F605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F605A is #F09FA5. Grayscale: #474747. Windows color (decimal): -15769510 or 5922831. OLE color: 5922831.
HSL color Cylindrical-coordinate representation of color #0F605A: hue angle of 175.56º 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 #0F605A is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 90 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.62 |
| HSL | 175.56º | 0.73% | 0.22% | - |
| HSV(B) | 175.56º | 0.84% | 0.38% | - |
| XYZ | 6.23 | 9.21 | 11.12 | - |
| YUV | 71.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 90 | 0.84 | 0 | 0.06 | 0.62 | 175.56 | 0.73 | 0.22 |
| Hex | F | 60 | 5A | 54 | 0 | 6 | 3E | B0 | 49 | 16 |
| Octal | 17 | 140 | 132 | 124 | 0 | 6 | 76 | 260 | 111 | 26 |
| Binary | 1111 | 1100000 | 1011010 | 1010100 | 0 | 110 | 111110 | 10110000 | 1001001 | 10110 |
Color Harmonies of #0F605A
Complementary color
Monochromatic Colors of #0F605A
Black with #0F605A
Text Example
Text Example
White with #0F605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F605A; }
p { color: rgb(15,96,90); }
H1.HeaderClassName
{
color: #0F605A;
}
.AnyTagClassName
{
color: #0F605A;
}
</style>
background-color css
<style>
a { background-color: #0F605A; }
a { background-color: rgb(15,96,90); }
div.DivClassName
{
background-color: #0F605A;
}
.BgClassName
{
background-color: #0F605A;
}
</style>
border-color css
<style>
span { border-color: #0F605A; }
span { border-color: rgb(15,96,90); }
td.TdClassName
{
border-color: #0F605A;
}
.TagClassName
{
border-color: #0F605A;
}
</style>