Shades of Blue Lagoon #066E7B
Tints of Blue Lagoon #066E7B
RGB
CMYK
RGB Variations
Color information
#066E7B (or 0x066E7B) is known color: Blue Lagoon. HEX triplet: 06, 6E and 7B. RGB value is (6,110,123). Sum of RGB (Red+Green+Blue) = 6+110+123=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #066E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E7B is #F99184. Grayscale: #505050. Windows color (decimal): -16355717 or 8089094. OLE color: 8089094.
HSL color Cylindrical-coordinate representation of color #066E7B: hue angle of 186.67º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E7B is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 110 | 123 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.52 |
| HSL | 186.67º | 0.91% | 0.25% | - |
| HSV(B) | 186.67º | 0.95% | 0.48% | - |
| XYZ | 9.23 | 12.62 | 20.69 | - |
| YUV | 80.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 123 | 0.95 | 0.11 | 0 | 0.52 | 186.67 | 0.91 | 0.25 |
| Hex | 6 | 6E | 7B | 5F | B | 0 | 34 | BB | 5B | 19 |
| Octal | 6 | 156 | 173 | 137 | 13 | 0 | 64 | 273 | 133 | 31 |
| Binary | 110 | 1101110 | 1111011 | 1011111 | 1011 | 0 | 110100 | 10111011 | 1011011 | 11001 |
Color Harmonies of #066E7B
Complementary color
Monochromatic Colors of #066E7B
Black with #066E7B
Text Example
Text Example
White with #066E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E7B; }
p { color: rgb(6,110,123); }
H1.HeaderClassName
{
color: #066E7B;
}
.AnyTagClassName
{
color: #066E7B;
}
</style>
background-color css
<style>
a { background-color: #066E7B; }
a { background-color: rgb(6,110,123); }
div.DivClassName
{
background-color: #066E7B;
}
.BgClassName
{
background-color: #066E7B;
}
</style>
border-color css
<style>
span { border-color: #066E7B; }
span { border-color: rgb(6,110,123); }
td.TdClassName
{
border-color: #066E7B;
}
.TagClassName
{
border-color: #066E7B;
}
</style>