Shades of Blue Lagoon #006667
Tints of Blue Lagoon #006667
RGB
CMYK
RGB Variations
Color information
#006667 (or 0x006667) is known color: Blue Lagoon. HEX triplet: 00, 66 and 67. RGB value is (0,102,103). Sum of RGB (Red+Green+Blue) = 0+102+103=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #006667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006667 is #FF9998. Grayscale: #474747. Windows color (decimal): -16751001 or 6776320. OLE color: 6776320.
HSL color Cylindrical-coordinate representation of color #006667: hue angle of 180.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006667 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 102 | 103 | - |
| CMYK | 1 | 0.01 | 0 | 0.60 |
| HSL | 180.58º | 1% | 0.2% | - |
| HSV(B) | 180.58º | 1% | 0.4% | - |
| XYZ | 7.2 | 10.48 | 14.48 | - |
| YUV | 71.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 103 | 1 | 0.01 | 0 | 0.60 | 180.58 | 1 | 0.2 |
| Hex | 0 | 66 | 67 | 64 | 1 | 0 | 3C | B5 | 64 | 14 |
| Octal | 0 | 146 | 147 | 144 | 1 | 0 | 74 | 265 | 144 | 24 |
| Binary | 0 | 1100110 | 1100111 | 1100100 | 1 | 0 | 111100 | 10110101 | 1100100 | 10100 |
Color Harmonies of #006667
Complementary color
Monochromatic Colors of #006667
Black with #006667
Text Example
Text Example
White with #006667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006667; }
p { color: rgb(0,102,103); }
H1.HeaderClassName
{
color: #006667;
}
.AnyTagClassName
{
color: #006667;
}
</style>
background-color css
<style>
a { background-color: #006667; }
a { background-color: rgb(0,102,103); }
div.DivClassName
{
background-color: #006667;
}
.BgClassName
{
background-color: #006667;
}
</style>
border-color css
<style>
span { border-color: #006667; }
span { border-color: rgb(0,102,103); }
td.TdClassName
{
border-color: #006667;
}
.TagClassName
{
border-color: #006667;
}
</style>