Shades of Blue Stone #0D666A
Tints of Blue Stone #0D666A
RGB
CMYK
RGB Variations
Color information
#0D666A (or 0x0D666A) is known color: Blue Stone. HEX triplet: 0D, 66 and 6A. RGB value is (13,102,106). Sum of RGB (Red+Green+Blue) = 13+102+106=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D666A is #F29995. Grayscale: #4B4B4B. Windows color (decimal): -15899030 or 6972941. OLE color: 6972941.
HSL color Cylindrical-coordinate representation of color #0D666A: hue angle of 182.58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D666A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 102 | 106 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.58 |
| HSL | 182.58º | 0.78% | 0.23% | - |
| HSV(B) | 182.58º | 0.88% | 0.42% | - |
| XYZ | 7.52 | 10.63 | 15.29 | - |
| YUV | 75.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 106 | 0.88 | 0.04 | 0 | 0.58 | 182.58 | 0.78 | 0.23 |
| Hex | D | 66 | 6A | 58 | 4 | 0 | 3A | B7 | 4E | 17 |
| Octal | 15 | 146 | 152 | 130 | 4 | 0 | 72 | 267 | 116 | 27 |
| Binary | 1101 | 1100110 | 1101010 | 1011000 | 100 | 0 | 111010 | 10110111 | 1001110 | 10111 |
Color Harmonies of #0D666A
Complementary color
Monochromatic Colors of #0D666A
Black with #0D666A
Text Example
Text Example
White with #0D666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D666A; }
p { color: rgb(13,102,106); }
H1.HeaderClassName
{
color: #0D666A;
}
.AnyTagClassName
{
color: #0D666A;
}
</style>
background-color css
<style>
a { background-color: #0D666A; }
a { background-color: rgb(13,102,106); }
div.DivClassName
{
background-color: #0D666A;
}
.BgClassName
{
background-color: #0D666A;
}
</style>
border-color css
<style>
span { border-color: #0D666A; }
span { border-color: rgb(13,102,106); }
td.TdClassName
{
border-color: #0D666A;
}
.TagClassName
{
border-color: #0D666A;
}
</style>