Shades of Blue Lagoon #06626A
Tints of Blue Lagoon #06626A
RGB
CMYK
RGB Variations
Color information
#06626A (or 0x06626A) is known color: Blue Lagoon. HEX triplet: 06, 62 and 6A. RGB value is (6,98,106). Sum of RGB (Red+Green+Blue) = 6+98+106=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #06626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06626A is #F99D95. Grayscale: #474747. Windows color (decimal): -16358806 or 6971910. OLE color: 6971910.
HSL color Cylindrical-coordinate representation of color #06626A: hue angle of 184.8º 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 #06626A is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 98 | 106 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.58 |
| HSL | 184.8º | 0.89% | 0.22% | - |
| HSV(B) | 184.8º | 0.94% | 0.42% | - |
| XYZ | 7.04 | 9.81 | 15.16 | - |
| YUV | 71.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 106 | 0.94 | 0.08 | 0 | 0.58 | 184.8 | 0.89 | 0.22 |
| Hex | 6 | 62 | 6A | 5E | 8 | 0 | 3A | B9 | 59 | 16 |
| Octal | 6 | 142 | 152 | 136 | 10 | 0 | 72 | 271 | 131 | 26 |
| Binary | 110 | 1100010 | 1101010 | 1011110 | 1000 | 0 | 111010 | 10111001 | 1011001 | 10110 |
Color Harmonies of #06626A
Complementary color
Monochromatic Colors of #06626A
Black with #06626A
Text Example
Text Example
White with #06626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06626A; }
p { color: rgb(6,98,106); }
H1.HeaderClassName
{
color: #06626A;
}
.AnyTagClassName
{
color: #06626A;
}
</style>
background-color css
<style>
a { background-color: #06626A; }
a { background-color: rgb(6,98,106); }
div.DivClassName
{
background-color: #06626A;
}
.BgClassName
{
background-color: #06626A;
}
</style>
border-color css
<style>
span { border-color: #06626A; }
span { border-color: rgb(6,98,106); }
td.TdClassName
{
border-color: #06626A;
}
.TagClassName
{
border-color: #06626A;
}
</style>