Shades of Blue Lagoon #066182
Tints of Blue Lagoon #066182
RGB
CMYK
RGB Variations
Color information
#066182 (or 0x066182) is known color: Blue Lagoon. HEX triplet: 06, 61 and 82. RGB value is (6,97,130). Sum of RGB (Red+Green+Blue) = 6+97+130=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #066182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066182 is #F99E7D. Grayscale: #494949. Windows color (decimal): -16359038 or 8544518. OLE color: 8544518.
HSL color Cylindrical-coordinate representation of color #066182: hue angle of 195.97º 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 #066182 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 97 | 130 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.49 |
| HSL | 195.97º | 0.91% | 0.27% | - |
| HSV(B) | 195.97º | 0.95% | 0.51% | - |
| XYZ | 8.38 | 10.2 | 22.65 | - |
| YUV | 73.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 130 | 0.95 | 0.25 | 0 | 0.49 | 195.97 | 0.91 | 0.27 |
| Hex | 6 | 61 | 82 | 5F | 19 | 0 | 31 | C4 | 5B | 1B |
| Octal | 6 | 141 | 202 | 137 | 31 | 0 | 61 | 304 | 133 | 33 |
| Binary | 110 | 1100001 | 10000010 | 1011111 | 11001 | 0 | 110001 | 11000100 | 1011011 | 11011 |
Color Harmonies of #066182
Complementary color
Monochromatic Colors of #066182
Black with #066182
Text Example
Text Example
White with #066182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066182; }
p { color: rgb(6,97,130); }
H1.HeaderClassName
{
color: #066182;
}
.AnyTagClassName
{
color: #066182;
}
</style>
background-color css
<style>
a { background-color: #066182; }
a { background-color: rgb(6,97,130); }
div.DivClassName
{
background-color: #066182;
}
.BgClassName
{
background-color: #066182;
}
</style>
border-color css
<style>
span { border-color: #066182; }
span { border-color: rgb(6,97,130); }
td.TdClassName
{
border-color: #066182;
}
.TagClassName
{
border-color: #066182;
}
</style>