Shades of Blue Lagoon #066066
Tints of Blue Lagoon #066066
RGB
CMYK
RGB Variations
Color information
#066066 (or 0x066066) is known color: Blue Lagoon. HEX triplet: 06, 60 and 66. RGB value is (6,96,102). Sum of RGB (Red+Green+Blue) = 6+96+102=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #066066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066066 is #F99F99. Grayscale: #454545. Windows color (decimal): -16359322 or 6709254. OLE color: 6709254.
HSL color Cylindrical-coordinate representation of color #066066: hue angle of 183.75º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066066 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 96 | 102 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.6 |
| HSL | 183.75º | 0.89% | 0.21% | - |
| HSV(B) | 183.75º | 0.94% | 0.4% | - |
| XYZ | 6.66 | 9.36 | 14.03 | - |
| YUV | 69.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 102 | 0.94 | 0.06 | 0 | 0.6 | 183.75 | 0.89 | 0.21 |
| Hex | 6 | 60 | 66 | 5E | 6 | 0 | 3C | B8 | 59 | 15 |
| Octal | 6 | 140 | 146 | 136 | 6 | 0 | 74 | 270 | 131 | 25 |
| Binary | 110 | 1100000 | 1100110 | 1011110 | 110 | 0 | 111100 | 10111000 | 1011001 | 10101 |
Color Harmonies of #066066
Complementary color
Monochromatic Colors of #066066
Black with #066066
Text Example
Text Example
White with #066066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066066; }
p { color: rgb(6,96,102); }
H1.HeaderClassName
{
color: #066066;
}
.AnyTagClassName
{
color: #066066;
}
</style>
background-color css
<style>
a { background-color: #066066; }
a { background-color: rgb(6,96,102); }
div.DivClassName
{
background-color: #066066;
}
.BgClassName
{
background-color: #066066;
}
</style>
border-color css
<style>
span { border-color: #066066; }
span { border-color: rgb(6,96,102); }
td.TdClassName
{
border-color: #066066;
}
.TagClassName
{
border-color: #066066;
}
</style>