Shades of Blue Stone #0F615B
Tints of Blue Stone #0F615B
RGB
CMYK
RGB Variations
Color information
#0F615B (or 0x0F615B) is known color: Blue Stone. HEX triplet: 0F, 61 and 5B. RGB value is (15,97,91). Sum of RGB (Red+Green+Blue) = 15+97+91=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #0F615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F615B is #F09EA4. Grayscale: #474747. Windows color (decimal): -15769253 or 5988623. OLE color: 5988623.
HSL color Cylindrical-coordinate representation of color #0F615B: hue angle of 175.61º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F615B is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 91 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.62 |
| HSL | 175.61º | 0.73% | 0.22% | - |
| HSV(B) | 175.61º | 0.85% | 0.38% | - |
| XYZ | 6.36 | 9.41 | 11.38 | - |
| YUV | 71.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 91 | 0.85 | 0 | 0.06 | 0.62 | 175.61 | 0.73 | 0.22 |
| Hex | F | 61 | 5B | 55 | 0 | 6 | 3E | B0 | 49 | 16 |
| Octal | 17 | 141 | 133 | 125 | 0 | 6 | 76 | 260 | 111 | 26 |
| Binary | 1111 | 1100001 | 1011011 | 1010101 | 0 | 110 | 111110 | 10110000 | 1001001 | 10110 |
Color Harmonies of #0F615B
Complementary color
Monochromatic Colors of #0F615B
Black with #0F615B
Text Example
Text Example
White with #0F615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F615B; }
p { color: rgb(15,97,91); }
H1.HeaderClassName
{
color: #0F615B;
}
.AnyTagClassName
{
color: #0F615B;
}
</style>
background-color css
<style>
a { background-color: #0F615B; }
a { background-color: rgb(15,97,91); }
div.DivClassName
{
background-color: #0F615B;
}
.BgClassName
{
background-color: #0F615B;
}
</style>
border-color css
<style>
span { border-color: #0F615B; }
span { border-color: rgb(15,97,91); }
td.TdClassName
{
border-color: #0F615B;
}
.TagClassName
{
border-color: #0F615B;
}
</style>