Shades of Blue Stone #0F615D
Tints of Blue Stone #0F615D
RGB
CMYK
RGB Variations
Color information
#0F615D (or 0x0F615D) is known color: Blue Stone. HEX triplet: 0F, 61 and 5D. RGB value is (15,97,93). Sum of RGB (Red+Green+Blue) = 15+97+93=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #0F615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F615D is #F09EA2. Grayscale: #474747. Windows color (decimal): -15769251 or 6119695. OLE color: 6119695.
HSL color Cylindrical-coordinate representation of color #0F615D: hue angle of 177.07º 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 #0F615D is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 93 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.62 |
| HSL | 177.07º | 0.73% | 0.22% | - |
| HSV(B) | 177.07º | 0.85% | 0.38% | - |
| XYZ | 6.45 | 9.44 | 11.84 | - |
| YUV | 72.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 93 | 0.85 | 0 | 0.04 | 0.62 | 177.07 | 0.73 | 0.22 |
| Hex | F | 61 | 5D | 55 | 0 | 4 | 3E | B1 | 49 | 16 |
| Octal | 17 | 141 | 135 | 125 | 0 | 4 | 76 | 261 | 111 | 26 |
| Binary | 1111 | 1100001 | 1011101 | 1010101 | 0 | 100 | 111110 | 10110001 | 1001001 | 10110 |
Color Harmonies of #0F615D
Complementary color
Monochromatic Colors of #0F615D
Black with #0F615D
Text Example
Text Example
White with #0F615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F615D; }
p { color: rgb(15,97,93); }
H1.HeaderClassName
{
color: #0F615D;
}
.AnyTagClassName
{
color: #0F615D;
}
</style>
background-color css
<style>
a { background-color: #0F615D; }
a { background-color: rgb(15,97,93); }
div.DivClassName
{
background-color: #0F615D;
}
.BgClassName
{
background-color: #0F615D;
}
</style>
border-color css
<style>
span { border-color: #0F615D; }
span { border-color: rgb(15,97,93); }
td.TdClassName
{
border-color: #0F615D;
}
.TagClassName
{
border-color: #0F615D;
}
</style>