Shades of Blue Stone #0F686D
Tints of Blue Stone #0F686D
RGB
CMYK
RGB Variations
Color information
#0F686D (or 0x0F686D) is known color: Blue Stone. HEX triplet: 0F, 68 and 6D. RGB value is (15,104,109). Sum of RGB (Red+Green+Blue) = 15+104+109=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F686D is #F09792. Grayscale: #4D4D4D. Windows color (decimal): -15767443 or 7170063. OLE color: 7170063.
HSL color Cylindrical-coordinate representation of color #0F686D: hue angle of 183.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F686D is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 104 | 109 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.57 |
| HSL | 183.19º | 0.76% | 0.24% | - |
| HSV(B) | 183.19º | 0.86% | 0.43% | - |
| XYZ | 7.91 | 11.11 | 16.19 | - |
| YUV | 77.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 109 | 0.86 | 0.05 | 0 | 0.57 | 183.19 | 0.76 | 0.24 |
| Hex | F | 68 | 6D | 56 | 5 | 0 | 39 | B7 | 4C | 18 |
| Octal | 17 | 150 | 155 | 126 | 5 | 0 | 71 | 267 | 114 | 30 |
| Binary | 1111 | 1101000 | 1101101 | 1010110 | 101 | 0 | 111001 | 10110111 | 1001100 | 11000 |
Color Harmonies of #0F686D
Complementary color
Monochromatic Colors of #0F686D
Black with #0F686D
Text Example
Text Example
White with #0F686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F686D; }
p { color: rgb(15,104,109); }
H1.HeaderClassName
{
color: #0F686D;
}
.AnyTagClassName
{
color: #0F686D;
}
</style>
background-color css
<style>
a { background-color: #0F686D; }
a { background-color: rgb(15,104,109); }
div.DivClassName
{
background-color: #0F686D;
}
.BgClassName
{
background-color: #0F686D;
}
</style>
border-color css
<style>
span { border-color: #0F686D; }
span { border-color: rgb(15,104,109); }
td.TdClassName
{
border-color: #0F686D;
}
.TagClassName
{
border-color: #0F686D;
}
</style>