Shades of Blue Lagoon #066667
Tints of Blue Lagoon #066667
RGB
CMYK
RGB Variations
Color information
#066667 (or 0x066667) is known color: Blue Lagoon. HEX triplet: 06, 66 and 67. RGB value is (6,102,103). Sum of RGB (Red+Green+Blue) = 6+102+103=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #066667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066667 is #F99998. Grayscale: #494949. Windows color (decimal): -16357785 or 6776326. OLE color: 6776326.
HSL color Cylindrical-coordinate representation of color #066667: hue angle of 180.62º 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 #066667 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 102 | 103 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.60 |
| HSL | 180.62º | 0.89% | 0.21% | - |
| HSV(B) | 180.62º | 0.94% | 0.4% | - |
| XYZ | 7.27 | 10.52 | 14.48 | - |
| YUV | 73.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 103 | 0.94 | 0.01 | 0 | 0.60 | 180.62 | 0.89 | 0.21 |
| Hex | 6 | 66 | 67 | 5E | 1 | 0 | 3C | B5 | 59 | 15 |
| Octal | 6 | 146 | 147 | 136 | 1 | 0 | 74 | 265 | 131 | 25 |
| Binary | 110 | 1100110 | 1100111 | 1011110 | 1 | 0 | 111100 | 10110101 | 1011001 | 10101 |
Color Harmonies of #066667
Complementary color
Monochromatic Colors of #066667
Black with #066667
Text Example
Text Example
White with #066667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066667; }
p { color: rgb(6,102,103); }
H1.HeaderClassName
{
color: #066667;
}
.AnyTagClassName
{
color: #066667;
}
</style>
background-color css
<style>
a { background-color: #066667; }
a { background-color: rgb(6,102,103); }
div.DivClassName
{
background-color: #066667;
}
.BgClassName
{
background-color: #066667;
}
</style>
border-color css
<style>
span { border-color: #066667; }
span { border-color: rgb(6,102,103); }
td.TdClassName
{
border-color: #066667;
}
.TagClassName
{
border-color: #066667;
}
</style>