Shades of Blue Stone #0F6A68
Tints of Blue Stone #0F6A68
RGB
CMYK
RGB Variations
Color information
#0F6A68 (or 0x0F6A68) is known color: Blue Stone. HEX triplet: 0F, 6A and 68. RGB value is (15,106,104). Sum of RGB (Red+Green+Blue) = 15+106+104=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6A68 is #F09597. Grayscale: #4E4E4E. Windows color (decimal): -15766936 or 6842895. OLE color: 6842895.
HSL color Cylindrical-coordinate representation of color #0F6A68: hue angle of 178.68º 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 #0F6A68 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 106 | 104 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.58 |
| HSL | 178.68º | 0.75% | 0.24% | - |
| HSV(B) | 178.68º | 0.86% | 0.42% | - |
| XYZ | 7.85 | 11.41 | 14.89 | - |
| YUV | 78.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 106 | 104 | 0.86 | 0 | 0.02 | 0.58 | 178.68 | 0.75 | 0.24 |
| Hex | F | 6A | 68 | 56 | 0 | 2 | 3A | B3 | 4B | 18 |
| Octal | 17 | 152 | 150 | 126 | 0 | 2 | 72 | 263 | 113 | 30 |
| Binary | 1111 | 1101010 | 1101000 | 1010110 | 0 | 10 | 111010 | 10110011 | 1001011 | 11000 |
Color Harmonies of #0F6A68
Complementary color
Monochromatic Colors of #0F6A68
Black with #0F6A68
Text Example
Text Example
White with #0F6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6A68; }
p { color: rgb(15,106,104); }
H1.HeaderClassName
{
color: #0F6A68;
}
.AnyTagClassName
{
color: #0F6A68;
}
</style>
background-color css
<style>
a { background-color: #0F6A68; }
a { background-color: rgb(15,106,104); }
div.DivClassName
{
background-color: #0F6A68;
}
.BgClassName
{
background-color: #0F6A68;
}
</style>
border-color css
<style>
span { border-color: #0F6A68; }
span { border-color: rgb(15,106,104); }
td.TdClassName
{
border-color: #0F6A68;
}
.TagClassName
{
border-color: #0F6A68;
}
</style>