Shades of Blue Lagoon #066A72
Tints of Blue Lagoon #066A72
RGB
CMYK
RGB Variations
Color information
#066A72 (or 0x066A72) is known color: Blue Lagoon. HEX triplet: 06, 6A and 72. RGB value is (6,106,114). Sum of RGB (Red+Green+Blue) = 6+106+114=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #066A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066A72 is #F9958D. Grayscale: #4C4C4C. Windows color (decimal): -16356750 or 7498246. OLE color: 7498246.
HSL color Cylindrical-coordinate representation of color #066A72: hue angle of 184.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066A72 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 106 | 114 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.55 |
| HSL | 184.44º | 0.9% | 0.24% | - |
| HSV(B) | 184.44º | 0.95% | 0.45% | - |
| XYZ | 8.27 | 11.56 | 17.72 | - |
| YUV | 77.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 114 | 0.95 | 0.07 | 0 | 0.55 | 184.44 | 0.9 | 0.24 |
| Hex | 6 | 6A | 72 | 5F | 7 | 0 | 37 | B8 | 5A | 18 |
| Octal | 6 | 152 | 162 | 137 | 7 | 0 | 67 | 270 | 132 | 30 |
| Binary | 110 | 1101010 | 1110010 | 1011111 | 111 | 0 | 110111 | 10111000 | 1011010 | 11000 |
Color Harmonies of #066A72
Complementary color
Monochromatic Colors of #066A72
Black with #066A72
Text Example
Text Example
White with #066A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A72; }
p { color: rgb(6,106,114); }
H1.HeaderClassName
{
color: #066A72;
}
.AnyTagClassName
{
color: #066A72;
}
</style>
background-color css
<style>
a { background-color: #066A72; }
a { background-color: rgb(6,106,114); }
div.DivClassName
{
background-color: #066A72;
}
.BgClassName
{
background-color: #066A72;
}
</style>
border-color css
<style>
span { border-color: #066A72; }
span { border-color: rgb(6,106,114); }
td.TdClassName
{
border-color: #066A72;
}
.TagClassName
{
border-color: #066A72;
}
</style>