Shades of Blue Lagoon #00606C
Tints of Blue Lagoon #00606C
RGB
CMYK
RGB Variations
Color information
#00606C (or 0x00606C) is known color: Blue Lagoon. HEX triplet: 00, 60 and 6C. RGB value is (0,96,108). Sum of RGB (Red+Green+Blue) = 0+96+108=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #00606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00606C is #FF9F93. Grayscale: #444444. Windows color (decimal): -16752532 or 7102464. OLE color: 7102464.
HSL color Cylindrical-coordinate representation of color #00606C: hue angle of 186.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00606C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 96 | 108 | - |
| CMYK | 1 | 0.11 | 0 | 0.58 |
| HSL | 186.67º | 1% | 0.21% | - |
| HSV(B) | 186.67º | 1% | 0.42% | - |
| XYZ | 6.89 | 9.45 | 15.65 | - |
| YUV | 68.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 108 | 1 | 0.11 | 0 | 0.58 | 186.67 | 1 | 0.21 |
| Hex | 0 | 60 | 6C | 64 | B | 0 | 3A | BB | 64 | 15 |
| Octal | 0 | 140 | 154 | 144 | 13 | 0 | 72 | 273 | 144 | 25 |
| Binary | 0 | 1100000 | 1101100 | 1100100 | 1011 | 0 | 111010 | 10111011 | 1100100 | 10101 |
Color Harmonies of #00606C
Complementary color
Monochromatic Colors of #00606C
Black with #00606C
Text Example
Text Example
White with #00606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00606C; }
p { color: rgb(0,96,108); }
H1.HeaderClassName
{
color: #00606C;
}
.AnyTagClassName
{
color: #00606C;
}
</style>
background-color css
<style>
a { background-color: #00606C; }
a { background-color: rgb(0,96,108); }
div.DivClassName
{
background-color: #00606C;
}
.BgClassName
{
background-color: #00606C;
}
</style>
border-color css
<style>
span { border-color: #00606C; }
span { border-color: rgb(0,96,108); }
td.TdClassName
{
border-color: #00606C;
}
.TagClassName
{
border-color: #00606C;
}
</style>