Shades of Blue Stone #0F6B64
Tints of Blue Stone #0F6B64
RGB
CMYK
RGB Variations
Color information
#0F6B64 (or 0x0F6B64) is known color: Blue Stone. HEX triplet: 0F, 6B and 64. RGB value is (15,107,100). Sum of RGB (Red+Green+Blue) = 15+107+100=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B64 is #F0949B. Grayscale: #4E4E4E. Windows color (decimal): -15766684 or 6581007. OLE color: 6581007.
HSL color Cylindrical-coordinate representation of color #0F6B64: hue angle of 175.43º 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 #0F6B64 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 107 | 100 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.58 |
| HSL | 175.43º | 0.75% | 0.24% | - |
| HSV(B) | 175.43º | 0.86% | 0.42% | - |
| XYZ | 7.75 | 11.54 | 13.87 | - |
| YUV | 78.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 100 | 0.86 | 0 | 0.07 | 0.58 | 175.43 | 0.75 | 0.24 |
| Hex | F | 6B | 64 | 56 | 0 | 7 | 3A | AF | 4B | 18 |
| Octal | 17 | 153 | 144 | 126 | 0 | 7 | 72 | 257 | 113 | 30 |
| Binary | 1111 | 1101011 | 1100100 | 1010110 | 0 | 111 | 111010 | 10101111 | 1001011 | 11000 |
Color Harmonies of #0F6B64
Complementary color
Monochromatic Colors of #0F6B64
Black with #0F6B64
Text Example
Text Example
White with #0F6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6B64; }
p { color: rgb(15,107,100); }
H1.HeaderClassName
{
color: #0F6B64;
}
.AnyTagClassName
{
color: #0F6B64;
}
</style>
background-color css
<style>
a { background-color: #0F6B64; }
a { background-color: rgb(15,107,100); }
div.DivClassName
{
background-color: #0F6B64;
}
.BgClassName
{
background-color: #0F6B64;
}
</style>
border-color css
<style>
span { border-color: #0F6B64; }
span { border-color: rgb(15,107,100); }
td.TdClassName
{
border-color: #0F6B64;
}
.TagClassName
{
border-color: #0F6B64;
}
</style>