Shades of Blue Lagoon #066D7A
Tints of Blue Lagoon #066D7A
RGB
CMYK
RGB Variations
Color information
#066D7A (or 0x066D7A) is known color: Blue Lagoon. HEX triplet: 06, 6D and 7A. RGB value is (6,109,122). Sum of RGB (Red+Green+Blue) = 6+109+122=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #066D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D7A is #F99285. Grayscale: #4F4F4F. Windows color (decimal): -16355974 or 8023302. OLE color: 8023302.
HSL color Cylindrical-coordinate representation of color #066D7A: hue angle of 186.72º 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 #066D7A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 109 | 122 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.52 |
| HSL | 186.72º | 0.91% | 0.25% | - |
| HSV(B) | 186.72º | 0.95% | 0.48% | - |
| XYZ | 9.06 | 12.38 | 20.32 | - |
| YUV | 79.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 122 | 0.95 | 0.11 | 0 | 0.52 | 186.72 | 0.91 | 0.25 |
| Hex | 6 | 6D | 7A | 5F | B | 0 | 34 | BB | 5B | 19 |
| Octal | 6 | 155 | 172 | 137 | 13 | 0 | 64 | 273 | 133 | 31 |
| Binary | 110 | 1101101 | 1111010 | 1011111 | 1011 | 0 | 110100 | 10111011 | 1011011 | 11001 |
Color Harmonies of #066D7A
Complementary color
Monochromatic Colors of #066D7A
Black with #066D7A
Text Example
Text Example
White with #066D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D7A; }
p { color: rgb(6,109,122); }
H1.HeaderClassName
{
color: #066D7A;
}
.AnyTagClassName
{
color: #066D7A;
}
</style>
background-color css
<style>
a { background-color: #066D7A; }
a { background-color: rgb(6,109,122); }
div.DivClassName
{
background-color: #066D7A;
}
.BgClassName
{
background-color: #066D7A;
}
</style>
border-color css
<style>
span { border-color: #066D7A; }
span { border-color: rgb(6,109,122); }
td.TdClassName
{
border-color: #066D7A;
}
.TagClassName
{
border-color: #066D7A;
}
</style>