Shades of Blue Lagoon #066D82
Tints of Blue Lagoon #066D82
RGB
CMYK
RGB Variations
Color information
#066D82 (or 0x066D82) is known color: Blue Lagoon. HEX triplet: 06, 6D and 82. RGB value is (6,109,130). Sum of RGB (Red+Green+Blue) = 6+109+130=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #066D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066D82 is #F9927D. Grayscale: #505050. Windows color (decimal): -16355966 or 8547590. OLE color: 8547590.
HSL color Cylindrical-coordinate representation of color #066D82: hue angle of 190.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066D82 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 109 | 130 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.49 |
| HSL | 190.16º | 0.91% | 0.27% | - |
| HSV(B) | 190.16º | 0.95% | 0.51% | - |
| XYZ | 9.57 | 12.59 | 23.04 | - |
| YUV | 80.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 130 | 0.95 | 0.16 | 0 | 0.49 | 190.16 | 0.91 | 0.27 |
| Hex | 6 | 6D | 82 | 5F | 10 | 0 | 31 | BE | 5B | 1B |
| Octal | 6 | 155 | 202 | 137 | 20 | 0 | 61 | 276 | 133 | 33 |
| Binary | 110 | 1101101 | 10000010 | 1011111 | 10000 | 0 | 110001 | 10111110 | 1011011 | 11011 |
Color Harmonies of #066D82
Complementary color
Monochromatic Colors of #066D82
Black with #066D82
Text Example
Text Example
White with #066D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D82; }
p { color: rgb(6,109,130); }
H1.HeaderClassName
{
color: #066D82;
}
.AnyTagClassName
{
color: #066D82;
}
</style>
background-color css
<style>
a { background-color: #066D82; }
a { background-color: rgb(6,109,130); }
div.DivClassName
{
background-color: #066D82;
}
.BgClassName
{
background-color: #066D82;
}
</style>
border-color css
<style>
span { border-color: #066D82; }
span { border-color: rgb(6,109,130); }
td.TdClassName
{
border-color: #066D82;
}
.TagClassName
{
border-color: #066D82;
}
</style>