Shades of Blue Lagoon #00666B
Tints of Blue Lagoon #00666B
RGB
CMYK
RGB Variations
Color information
#00666B (or 0x00666B) is known color: Blue Lagoon. HEX triplet: 00, 66 and 6B. RGB value is (0,102,107). Sum of RGB (Red+Green+Blue) = 0+102+107=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #00666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00666B is #FF9994. Grayscale: #474747. Windows color (decimal): -16750997 or 7038464. OLE color: 7038464.
HSL color Cylindrical-coordinate representation of color #00666B: hue angle of 182.8º 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 #00666B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 102 | 107 | - |
| CMYK | 1 | 0.05 | 0 | 0.58 |
| HSL | 182.8º | 1% | 0.21% | - |
| HSV(B) | 182.8º | 1% | 0.42% | - |
| XYZ | 7.41 | 10.56 | 15.56 | - |
| YUV | 72.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 107 | 1 | 0.05 | 0 | 0.58 | 182.8 | 1 | 0.21 |
| Hex | 0 | 66 | 6B | 64 | 5 | 0 | 3A | B7 | 64 | 15 |
| Octal | 0 | 146 | 153 | 144 | 5 | 0 | 72 | 267 | 144 | 25 |
| Binary | 0 | 1100110 | 1101011 | 1100100 | 101 | 0 | 111010 | 10110111 | 1100100 | 10101 |
Color Harmonies of #00666B
Complementary color
Monochromatic Colors of #00666B
Black with #00666B
Text Example
Text Example
White with #00666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00666B; }
p { color: rgb(0,102,107); }
H1.HeaderClassName
{
color: #00666B;
}
.AnyTagClassName
{
color: #00666B;
}
</style>
background-color css
<style>
a { background-color: #00666B; }
a { background-color: rgb(0,102,107); }
div.DivClassName
{
background-color: #00666B;
}
.BgClassName
{
background-color: #00666B;
}
</style>
border-color css
<style>
span { border-color: #00666B; }
span { border-color: rgb(0,102,107); }
td.TdClassName
{
border-color: #00666B;
}
.TagClassName
{
border-color: #00666B;
}
</style>