Shades of Blue Lagoon #06666B
Tints of Blue Lagoon #06666B
RGB
CMYK
RGB Variations
Color information
#06666B (or 0x06666B) is known color: Blue Lagoon. HEX triplet: 06, 66 and 6B. RGB value is (6,102,107). Sum of RGB (Red+Green+Blue) = 6+102+107=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #06666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06666B is #F99994. Grayscale: #494949. Windows color (decimal): -16357781 or 7038470. OLE color: 7038470.
HSL color Cylindrical-coordinate representation of color #06666B: hue angle of 182.97º 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 #06666B is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 102 | 107 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.58 |
| HSL | 182.97º | 0.89% | 0.22% | - |
| HSV(B) | 182.97º | 0.94% | 0.42% | - |
| XYZ | 7.48 | 10.6 | 15.56 | - |
| YUV | 73.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 107 | 0.94 | 0.05 | 0 | 0.58 | 182.97 | 0.89 | 0.22 |
| Hex | 6 | 66 | 6B | 5E | 5 | 0 | 3A | B7 | 59 | 16 |
| Octal | 6 | 146 | 153 | 136 | 5 | 0 | 72 | 267 | 131 | 26 |
| Binary | 110 | 1100110 | 1101011 | 1011110 | 101 | 0 | 111010 | 10110111 | 1011001 | 10110 |
Color Harmonies of #06666B
Complementary color
Monochromatic Colors of #06666B
Black with #06666B
Text Example
Text Example
White with #06666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06666B; }
p { color: rgb(6,102,107); }
H1.HeaderClassName
{
color: #06666B;
}
.AnyTagClassName
{
color: #06666B;
}
</style>
background-color css
<style>
a { background-color: #06666B; }
a { background-color: rgb(6,102,107); }
div.DivClassName
{
background-color: #06666B;
}
.BgClassName
{
background-color: #06666B;
}
</style>
border-color css
<style>
span { border-color: #06666B; }
span { border-color: rgb(6,102,107); }
td.TdClassName
{
border-color: #06666B;
}
.TagClassName
{
border-color: #06666B;
}
</style>