Shades of Blue Lagoon #06667E
Tints of Blue Lagoon #06667E
RGB
CMYK
RGB Variations
Color information
#06667E (or 0x06667E) is known color: Blue Lagoon. HEX triplet: 06, 66 and 7E. RGB value is (6,102,126). Sum of RGB (Red+Green+Blue) = 6+102+126=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #06667E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06667E is #F99981. Grayscale: #4B4B4B. Windows color (decimal): -16357762 or 8283654. OLE color: 8283654.
HSL color Cylindrical-coordinate representation of color #06667E: hue angle of 192º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06667E is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 102 | 126 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.51 |
| HSL | 192º | 0.91% | 0.26% | - |
| HSV(B) | 192º | 0.95% | 0.49% | - |
| XYZ | 8.59 | 11.05 | 21.42 | - |
| YUV | 76.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 126 | 0.95 | 0.19 | 0 | 0.51 | 192 | 0.91 | 0.26 |
| Hex | 6 | 66 | 7E | 5F | 13 | 0 | 33 | C0 | 5B | 1A |
| Octal | 6 | 146 | 176 | 137 | 23 | 0 | 63 | 300 | 133 | 32 |
| Binary | 110 | 1100110 | 1111110 | 1011111 | 10011 | 0 | 110011 | 11000000 | 1011011 | 11010 |
Color Harmonies of #06667E
Complementary color
Monochromatic Colors of #06667E
Black with #06667E
Text Example
Text Example
White with #06667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06667E; }
p { color: rgb(6,102,126); }
H1.HeaderClassName
{
color: #06667E;
}
.AnyTagClassName
{
color: #06667E;
}
</style>
background-color css
<style>
a { background-color: #06667E; }
a { background-color: rgb(6,102,126); }
div.DivClassName
{
background-color: #06667E;
}
.BgClassName
{
background-color: #06667E;
}
</style>
border-color css
<style>
span { border-color: #06667E; }
span { border-color: rgb(6,102,126); }
td.TdClassName
{
border-color: #06667E;
}
.TagClassName
{
border-color: #06667E;
}
</style>