Shades of Blue Lagoon #066081
Tints of Blue Lagoon #066081
RGB
CMYK
RGB Variations
Color information
#066081 (or 0x066081) is known color: Blue Lagoon. HEX triplet: 06, 60 and 81. RGB value is (6,96,129). Sum of RGB (Red+Green+Blue) = 6+96+129=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #066081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066081 is #F99F7E. Grayscale: #484848. Windows color (decimal): -16359295 or 8478726. OLE color: 8478726.
HSL color Cylindrical-coordinate representation of color #066081: hue angle of 196.1º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066081 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 96 | 129 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.49 |
| HSL | 196.1º | 0.91% | 0.26% | - |
| HSV(B) | 196.1º | 0.95% | 0.51% | - |
| XYZ | 8.22 | 9.99 | 22.26 | - |
| YUV | 72.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 129 | 0.95 | 0.26 | 0 | 0.49 | 196.1 | 0.91 | 0.26 |
| Hex | 6 | 60 | 81 | 5F | 1A | 0 | 31 | C4 | 5B | 1A |
| Octal | 6 | 140 | 201 | 137 | 32 | 0 | 61 | 304 | 133 | 32 |
| Binary | 110 | 1100000 | 10000001 | 1011111 | 11010 | 0 | 110001 | 11000100 | 1011011 | 11010 |
Color Harmonies of #066081
Complementary color
Monochromatic Colors of #066081
Black with #066081
Text Example
Text Example
White with #066081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066081; }
p { color: rgb(6,96,129); }
H1.HeaderClassName
{
color: #066081;
}
.AnyTagClassName
{
color: #066081;
}
</style>
background-color css
<style>
a { background-color: #066081; }
a { background-color: rgb(6,96,129); }
div.DivClassName
{
background-color: #066081;
}
.BgClassName
{
background-color: #066081;
}
</style>
border-color css
<style>
span { border-color: #066081; }
span { border-color: rgb(6,96,129); }
td.TdClassName
{
border-color: #066081;
}
.TagClassName
{
border-color: #066081;
}
</style>