Shades of Blue Stone #0F696D
Tints of Blue Stone #0F696D
RGB
CMYK
RGB Variations
Color information
#0F696D (or 0x0F696D) is known color: Blue Stone. HEX triplet: 0F, 69 and 6D. RGB value is (15,105,109). Sum of RGB (Red+Green+Blue) = 15+105+109=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F696D is #F09692. Grayscale: #4E4E4E. Windows color (decimal): -15767187 or 7170319. OLE color: 7170319.
HSL color Cylindrical-coordinate representation of color #0F696D: hue angle of 182.55º 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 #0F696D is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 105 | 109 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.57 |
| HSL | 182.55º | 0.76% | 0.24% | - |
| HSV(B) | 182.55º | 0.86% | 0.43% | - |
| XYZ | 8.01 | 11.31 | 16.23 | - |
| YUV | 78.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 109 | 0.86 | 0.04 | 0 | 0.57 | 182.55 | 0.76 | 0.24 |
| Hex | F | 69 | 6D | 56 | 4 | 0 | 39 | B7 | 4C | 18 |
| Octal | 17 | 151 | 155 | 126 | 4 | 0 | 71 | 267 | 114 | 30 |
| Binary | 1111 | 1101001 | 1101101 | 1010110 | 100 | 0 | 111001 | 10110111 | 1001100 | 11000 |
Color Harmonies of #0F696D
Complementary color
Monochromatic Colors of #0F696D
Black with #0F696D
Text Example
Text Example
White with #0F696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F696D; }
p { color: rgb(15,105,109); }
H1.HeaderClassName
{
color: #0F696D;
}
.AnyTagClassName
{
color: #0F696D;
}
</style>
background-color css
<style>
a { background-color: #0F696D; }
a { background-color: rgb(15,105,109); }
div.DivClassName
{
background-color: #0F696D;
}
.BgClassName
{
background-color: #0F696D;
}
</style>
border-color css
<style>
span { border-color: #0F696D; }
span { border-color: rgb(15,105,109); }
td.TdClassName
{
border-color: #0F696D;
}
.TagClassName
{
border-color: #0F696D;
}
</style>