Shades of Blue Stone #0F686B
Tints of Blue Stone #0F686B
RGB
CMYK
RGB Variations
Color information
#0F686B (or 0x0F686B) is known color: Blue Stone. HEX triplet: 0F, 68 and 6B. RGB value is (15,104,107). Sum of RGB (Red+Green+Blue) = 15+104+107=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F686B is #F09794. Grayscale: #4D4D4D. Windows color (decimal): -15767445 or 7038991. OLE color: 7038991.
HSL color Cylindrical-coordinate representation of color #0F686B: hue angle of 181.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F686B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 104 | 107 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.58 |
| HSL | 181.96º | 0.75% | 0.24% | - |
| HSV(B) | 181.96º | 0.86% | 0.42% | - |
| XYZ | 7.8 | 11.06 | 15.63 | - |
| YUV | 77.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 107 | 0.86 | 0.03 | 0 | 0.58 | 181.96 | 0.75 | 0.24 |
| Hex | F | 68 | 6B | 56 | 3 | 0 | 3A | B6 | 4B | 18 |
| Octal | 17 | 150 | 153 | 126 | 3 | 0 | 72 | 266 | 113 | 30 |
| Binary | 1111 | 1101000 | 1101011 | 1010110 | 11 | 0 | 111010 | 10110110 | 1001011 | 11000 |
Color Harmonies of #0F686B
Complementary color
Monochromatic Colors of #0F686B
Black with #0F686B
Text Example
Text Example
White with #0F686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F686B; }
p { color: rgb(15,104,107); }
H1.HeaderClassName
{
color: #0F686B;
}
.AnyTagClassName
{
color: #0F686B;
}
</style>
background-color css
<style>
a { background-color: #0F686B; }
a { background-color: rgb(15,104,107); }
div.DivClassName
{
background-color: #0F686B;
}
.BgClassName
{
background-color: #0F686B;
}
</style>
border-color css
<style>
span { border-color: #0F686B; }
span { border-color: rgb(15,104,107); }
td.TdClassName
{
border-color: #0F686B;
}
.TagClassName
{
border-color: #0F686B;
}
</style>