Shades of Blue Lagoon #00666A
Tints of Blue Lagoon #00666A
RGB
CMYK
RGB Variations
Color information
#00666A (or 0x00666A) is known color: Blue Lagoon. HEX triplet: 00, 66 and 6A. RGB value is (0,102,106). Sum of RGB (Red+Green+Blue) = 0+102+106=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #00666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00666A is #FF9995. Grayscale: #474747. Windows color (decimal): -16750998 or 6972928. OLE color: 6972928.
HSL color Cylindrical-coordinate representation of color #00666A: hue angle of 182.26º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00666A is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 102 | 106 | - |
| CMYK | 1 | 0.04 | 0 | 0.58 |
| HSL | 182.26º | 1% | 0.21% | - |
| HSV(B) | 182.26º | 1% | 0.42% | - |
| XYZ | 7.35 | 10.54 | 15.28 | - |
| YUV | 71.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 106 | 1 | 0.04 | 0 | 0.58 | 182.26 | 1 | 0.21 |
| Hex | 0 | 66 | 6A | 64 | 4 | 0 | 3A | B6 | 64 | 15 |
| Octal | 0 | 146 | 152 | 144 | 4 | 0 | 72 | 266 | 144 | 25 |
| Binary | 0 | 1100110 | 1101010 | 1100100 | 100 | 0 | 111010 | 10110110 | 1100100 | 10101 |
Color Harmonies of #00666A
Complementary color
Monochromatic Colors of #00666A
Black with #00666A
Text Example
Text Example
White with #00666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00666A; }
p { color: rgb(0,102,106); }
H1.HeaderClassName
{
color: #00666A;
}
.AnyTagClassName
{
color: #00666A;
}
</style>
background-color css
<style>
a { background-color: #00666A; }
a { background-color: rgb(0,102,106); }
div.DivClassName
{
background-color: #00666A;
}
.BgClassName
{
background-color: #00666A;
}
</style>
border-color css
<style>
span { border-color: #00666A; }
span { border-color: rgb(0,102,106); }
td.TdClassName
{
border-color: #00666A;
}
.TagClassName
{
border-color: #00666A;
}
</style>