Shades of Blue Stone #0E6666
Tints of Blue Stone #0E6666
RGB
CMYK
RGB Variations
Color information
#0E6666 (or 0x0E6666) is known color: Blue Stone. HEX triplet: 0E, 66 and 66. RGB value is (14,102,102). Sum of RGB (Red+Green+Blue) = 14+102+102=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #0E6666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6666 is #F19999. Grayscale: #4B4B4B. Windows color (decimal): -15833498 or 6710798. OLE color: 6710798.
HSL color Cylindrical-coordinate representation of color #0E6666: hue angle of 180º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6666 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 102 | - |
| CMYK | 0.86 | 0 | 0 | 0.6 |
| HSL | 180º | 0.76% | 0.23% | - |
| HSV(B) | 180º | 0.86% | 0.4% | - |
| XYZ | 7.33 | 10.56 | 14.22 | - |
| YUV | 75.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 102 | 0.86 | 0 | 0 | 0.6 | 180 | 0.76 | 0.23 |
| Hex | E | 66 | 66 | 56 | 0 | 0 | 3C | B4 | 4C | 17 |
| Octal | 16 | 146 | 146 | 126 | 0 | 0 | 74 | 264 | 114 | 27 |
| Binary | 1110 | 1100110 | 1100110 | 1010110 | 0 | 0 | 111100 | 10110100 | 1001100 | 10111 |
Color Harmonies of #0E6666
Complementary color
Monochromatic Colors of #0E6666
Black with #0E6666
Text Example
Text Example
White with #0E6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6666; }
p { color: rgb(14,102,102); }
H1.HeaderClassName
{
color: #0E6666;
}
.AnyTagClassName
{
color: #0E6666;
}
</style>
background-color css
<style>
a { background-color: #0E6666; }
a { background-color: rgb(14,102,102); }
div.DivClassName
{
background-color: #0E6666;
}
.BgClassName
{
background-color: #0E6666;
}
</style>
border-color css
<style>
span { border-color: #0E6666; }
span { border-color: rgb(14,102,102); }
td.TdClassName
{
border-color: #0E6666;
}
.TagClassName
{
border-color: #0E6666;
}
</style>