Shades of Blue Stone #0F696E
Tints of Blue Stone #0F696E
RGB
CMYK
RGB Variations
Color information
#0F696E (or 0x0F696E) is known color: Blue Stone. HEX triplet: 0F, 69 and 6E. RGB value is (15,105,110). Sum of RGB (Red+Green+Blue) = 15+105+110=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F696E is #F09691. Grayscale: #4E4E4E. Windows color (decimal): -15767186 or 7235855. OLE color: 7235855.
HSL color Cylindrical-coordinate representation of color #0F696E: hue angle of 183.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F696E is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 105 | 110 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.57 |
| HSL | 183.16º | 0.76% | 0.25% | - |
| HSV(B) | 183.16º | 0.86% | 0.43% | - |
| XYZ | 8.06 | 11.33 | 16.51 | - |
| YUV | 78.66 | 145.68 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 110 | 0.86 | 0.05 | 0 | 0.57 | 183.16 | 0.76 | 0.25 |
| Hex | F | 69 | 6E | 56 | 5 | 0 | 39 | B7 | 4C | 19 |
| Octal | 17 | 151 | 156 | 126 | 5 | 0 | 71 | 267 | 114 | 31 |
| Binary | 1111 | 1101001 | 1101110 | 1010110 | 101 | 0 | 111001 | 10110111 | 1001100 | 11001 |
Color Harmonies of #0F696E
Complementary color
Monochromatic Colors of #0F696E
Black with #0F696E
Text Example
Text Example
White with #0F696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F696E; }
p { color: rgb(15,105,110); }
H1.HeaderClassName
{
color: #0F696E;
}
.AnyTagClassName
{
color: #0F696E;
}
</style>
background-color css
<style>
a { background-color: #0F696E; }
a { background-color: rgb(15,105,110); }
div.DivClassName
{
background-color: #0F696E;
}
.BgClassName
{
background-color: #0F696E;
}
</style>
border-color css
<style>
span { border-color: #0F696E; }
span { border-color: rgb(15,105,110); }
td.TdClassName
{
border-color: #0F696E;
}
.TagClassName
{
border-color: #0F696E;
}
</style>