Shades of Blue Lagoon #06666A
Tints of Blue Lagoon #06666A
RGB
CMYK
RGB Variations
Color information
#06666A (or 0x06666A) is known color: Blue Lagoon. HEX triplet: 06, 66 and 6A. RGB value is (6,102,106). Sum of RGB (Red+Green+Blue) = 6+102+106=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #06666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06666A is #F99995. Grayscale: #494949. Windows color (decimal): -16357782 or 6972934. OLE color: 6972934.
HSL color Cylindrical-coordinate representation of color #06666A: hue angle of 182.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06666A is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 102 | 106 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.58 |
| HSL | 182.4º | 0.89% | 0.22% | - |
| HSV(B) | 182.4º | 0.94% | 0.42% | - |
| XYZ | 7.43 | 10.58 | 15.29 | - |
| YUV | 73.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 106 | 0.94 | 0.04 | 0 | 0.58 | 182.4 | 0.89 | 0.22 |
| Hex | 6 | 66 | 6A | 5E | 4 | 0 | 3A | B6 | 59 | 16 |
| Octal | 6 | 146 | 152 | 136 | 4 | 0 | 72 | 266 | 131 | 26 |
| Binary | 110 | 1100110 | 1101010 | 1011110 | 100 | 0 | 111010 | 10110110 | 1011001 | 10110 |
Color Harmonies of #06666A
Complementary color
Monochromatic Colors of #06666A
Black with #06666A
Text Example
Text Example
White with #06666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06666A; }
p { color: rgb(6,102,106); }
H1.HeaderClassName
{
color: #06666A;
}
.AnyTagClassName
{
color: #06666A;
}
</style>
background-color css
<style>
a { background-color: #06666A; }
a { background-color: rgb(6,102,106); }
div.DivClassName
{
background-color: #06666A;
}
.BgClassName
{
background-color: #06666A;
}
</style>
border-color css
<style>
span { border-color: #06666A; }
span { border-color: rgb(6,102,106); }
td.TdClassName
{
border-color: #06666A;
}
.TagClassName
{
border-color: #06666A;
}
</style>