Shades of Blue Lagoon #0D606C
Tints of Blue Lagoon #0D606C
RGB
CMYK
RGB Variations
Color information
#0D606C (or 0x0D606C) is known color: Blue Lagoon. HEX triplet: 0D, 60 and 6C. RGB value is (13,96,108). Sum of RGB (Red+Green+Blue) = 13+96+108=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D606C is #F29F93. Grayscale: #484848. Windows color (decimal): -15900564 or 7102477. OLE color: 7102477.
HSL color Cylindrical-coordinate representation of color #0D606C: hue angle of 187.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D606C is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 96 | 108 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.58 |
| HSL | 187.58º | 0.79% | 0.24% | - |
| HSV(B) | 187.58º | 0.88% | 0.42% | - |
| XYZ | 7.06 | 9.53 | 15.66 | - |
| YUV | 72.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 108 | 0.88 | 0.11 | 0 | 0.58 | 187.58 | 0.79 | 0.24 |
| Hex | D | 60 | 6C | 58 | B | 0 | 3A | BC | 4F | 18 |
| Octal | 15 | 140 | 154 | 130 | 13 | 0 | 72 | 274 | 117 | 30 |
| Binary | 1101 | 1100000 | 1101100 | 1011000 | 1011 | 0 | 111010 | 10111100 | 1001111 | 11000 |
Color Harmonies of #0D606C
Complementary color
Monochromatic Colors of #0D606C
Black with #0D606C
Text Example
Text Example
White with #0D606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D606C; }
p { color: rgb(13,96,108); }
H1.HeaderClassName
{
color: #0D606C;
}
.AnyTagClassName
{
color: #0D606C;
}
</style>
background-color css
<style>
a { background-color: #0D606C; }
a { background-color: rgb(13,96,108); }
div.DivClassName
{
background-color: #0D606C;
}
.BgClassName
{
background-color: #0D606C;
}
</style>
border-color css
<style>
span { border-color: #0D606C; }
span { border-color: rgb(13,96,108); }
td.TdClassName
{
border-color: #0D606C;
}
.TagClassName
{
border-color: #0D606C;
}
</style>