Shades of Blue Lagoon #006074
Tints of Blue Lagoon #006074
RGB
CMYK
RGB Variations
Color information
#006074 (or 0x006074) is known color: Blue Lagoon. HEX triplet: 00, 60 and 74. RGB value is (0,96,116). Sum of RGB (Red+Green+Blue) = 0+96+116=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #006074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006074 is #FF9F8B. Grayscale: #454545. Windows color (decimal): -16752524 or 7626752. OLE color: 7626752.
HSL color Cylindrical-coordinate representation of color #006074: hue angle of 190.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006074 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 96 | 116 | - |
| CMYK | 1 | 0.17 | 0 | 0.55 |
| HSL | 190.34º | 1% | 0.23% | - |
| HSV(B) | 190.34º | 1% | 0.45% | - |
| XYZ | 7.34 | 9.63 | 17.99 | - |
| YUV | 69.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 116 | 1 | 0.17 | 0 | 0.55 | 190.34 | 1 | 0.23 |
| Hex | 0 | 60 | 74 | 64 | 11 | 0 | 37 | BE | 64 | 17 |
| Octal | 0 | 140 | 164 | 144 | 21 | 0 | 67 | 276 | 144 | 27 |
| Binary | 0 | 1100000 | 1110100 | 1100100 | 10001 | 0 | 110111 | 10111110 | 1100100 | 10111 |
Color Harmonies of #006074
Complementary color
Monochromatic Colors of #006074
Black with #006074
Text Example
Text Example
White with #006074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006074; }
p { color: rgb(0,96,116); }
H1.HeaderClassName
{
color: #006074;
}
.AnyTagClassName
{
color: #006074;
}
</style>
background-color css
<style>
a { background-color: #006074; }
a { background-color: rgb(0,96,116); }
div.DivClassName
{
background-color: #006074;
}
.BgClassName
{
background-color: #006074;
}
</style>
border-color css
<style>
span { border-color: #006074; }
span { border-color: rgb(0,96,116); }
td.TdClassName
{
border-color: #006074;
}
.TagClassName
{
border-color: #006074;
}
</style>