Shades of Blue Stone #0D605D
Tints of Blue Stone #0D605D
RGB
CMYK
RGB Variations
Color information
#0D605D (or 0x0D605D) is known color: Blue Stone. HEX triplet: 0D, 60 and 5D. RGB value is (13,96,93). Sum of RGB (Red+Green+Blue) = 13+96+93=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #0D605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D605D is #F29FA2. Grayscale: #464646. Windows color (decimal): -15900579 or 6119437. OLE color: 6119437.
HSL color Cylindrical-coordinate representation of color #0D605D: hue angle of 177.83º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D605D is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 96 | 93 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.62 |
| HSL | 177.83º | 0.76% | 0.21% | - |
| HSV(B) | 177.83º | 0.86% | 0.38% | - |
| XYZ | 6.32 | 9.24 | 11.81 | - |
| YUV | 70.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 93 | 0.86 | 0 | 0.03 | 0.62 | 177.83 | 0.76 | 0.21 |
| Hex | D | 60 | 5D | 56 | 0 | 3 | 3E | B2 | 4C | 15 |
| Octal | 15 | 140 | 135 | 126 | 0 | 3 | 76 | 262 | 114 | 25 |
| Binary | 1101 | 1100000 | 1011101 | 1010110 | 0 | 11 | 111110 | 10110010 | 1001100 | 10101 |
Color Harmonies of #0D605D
Complementary color
Monochromatic Colors of #0D605D
Black with #0D605D
Text Example
Text Example
White with #0D605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D605D; }
p { color: rgb(13,96,93); }
H1.HeaderClassName
{
color: #0D605D;
}
.AnyTagClassName
{
color: #0D605D;
}
</style>
background-color css
<style>
a { background-color: #0D605D; }
a { background-color: rgb(13,96,93); }
div.DivClassName
{
background-color: #0D605D;
}
.BgClassName
{
background-color: #0D605D;
}
</style>
border-color css
<style>
span { border-color: #0D605D; }
span { border-color: rgb(13,96,93); }
td.TdClassName
{
border-color: #0D605D;
}
.TagClassName
{
border-color: #0D605D;
}
</style>