Shades of Blue Stone #0D6A5B
Tints of Blue Stone #0D6A5B
RGB
CMYK
RGB Variations
Color information
#0D6A5B (or 0x0D6A5B) is known color: Blue Stone. HEX triplet: 0D, 6A and 5B. RGB value is (13,106,91). Sum of RGB (Red+Green+Blue) = 13+106+91=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6A5B is #F295A4. Grayscale: #4C4C4C. Windows color (decimal): -15898021 or 5990925. OLE color: 5990925.
HSL color Cylindrical-coordinate representation of color #0D6A5B: hue angle of 170.32º 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 #0D6A5B is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 106 | 91 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.58 |
| HSL | 170.32º | 0.78% | 0.23% | - |
| HSV(B) | 170.32º | 0.88% | 0.42% | - |
| XYZ | 7.21 | 11.15 | 11.67 | - |
| YUV | 76.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 91 | 0.88 | 0 | 0.14 | 0.58 | 170.32 | 0.78 | 0.23 |
| Hex | D | 6A | 5B | 58 | 0 | E | 3A | AA | 4E | 17 |
| Octal | 15 | 152 | 133 | 130 | 0 | 16 | 72 | 252 | 116 | 27 |
| Binary | 1101 | 1101010 | 1011011 | 1011000 | 0 | 1110 | 111010 | 10101010 | 1001110 | 10111 |
Color Harmonies of #0D6A5B
Complementary color
Monochromatic Colors of #0D6A5B
Black with #0D6A5B
Text Example
Text Example
White with #0D6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A5B; }
p { color: rgb(13,106,91); }
H1.HeaderClassName
{
color: #0D6A5B;
}
.AnyTagClassName
{
color: #0D6A5B;
}
</style>
background-color css
<style>
a { background-color: #0D6A5B; }
a { background-color: rgb(13,106,91); }
div.DivClassName
{
background-color: #0D6A5B;
}
.BgClassName
{
background-color: #0D6A5B;
}
</style>
border-color css
<style>
span { border-color: #0D6A5B; }
span { border-color: rgb(13,106,91); }
td.TdClassName
{
border-color: #0D6A5B;
}
.TagClassName
{
border-color: #0D6A5B;
}
</style>