Shades of Blue Lagoon #066982
Tints of Blue Lagoon #066982
RGB
CMYK
RGB Variations
Color information
#066982 (or 0x066982) is known color: Blue Lagoon. HEX triplet: 06, 69 and 82. RGB value is (6,105,130). Sum of RGB (Red+Green+Blue) = 6+105+130=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #066982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066982 is #F9967D. Grayscale: #4E4E4E. Windows color (decimal): -16356990 or 8546566. OLE color: 8546566.
HSL color Cylindrical-coordinate representation of color #066982: hue angle of 192.1º 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 #066982 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 105 | 130 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.49 |
| HSL | 192.1º | 0.91% | 0.27% | - |
| HSV(B) | 192.1º | 0.95% | 0.51% | - |
| XYZ | 9.16 | 11.75 | 22.91 | - |
| YUV | 78.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 130 | 0.95 | 0.19 | 0 | 0.49 | 192.1 | 0.91 | 0.27 |
| Hex | 6 | 69 | 82 | 5F | 13 | 0 | 31 | C0 | 5B | 1B |
| Octal | 6 | 151 | 202 | 137 | 23 | 0 | 61 | 300 | 133 | 33 |
| Binary | 110 | 1101001 | 10000010 | 1011111 | 10011 | 0 | 110001 | 11000000 | 1011011 | 11011 |
Color Harmonies of #066982
Complementary color
Monochromatic Colors of #066982
Black with #066982
Text Example
Text Example
White with #066982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066982; }
p { color: rgb(6,105,130); }
H1.HeaderClassName
{
color: #066982;
}
.AnyTagClassName
{
color: #066982;
}
</style>
background-color css
<style>
a { background-color: #066982; }
a { background-color: rgb(6,105,130); }
div.DivClassName
{
background-color: #066982;
}
.BgClassName
{
background-color: #066982;
}
</style>
border-color css
<style>
span { border-color: #066982; }
span { border-color: rgb(6,105,130); }
td.TdClassName
{
border-color: #066982;
}
.TagClassName
{
border-color: #066982;
}
</style>