Shades of Blue Lagoon #006A6B
Tints of Blue Lagoon #006A6B
RGB
CMYK
RGB Variations
Color information
#006A6B (or 0x006A6B) is known color: Blue Lagoon. HEX triplet: 00, 6A and 6B. RGB value is (0,106,107). Sum of RGB (Red+Green+Blue) = 0+106+107=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #006A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A6B is #FF9594. Grayscale: #4A4A4A. Windows color (decimal): -16749973 or 7039488. OLE color: 7039488.
HSL color Cylindrical-coordinate representation of color #006A6B: hue angle of 180.56º 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 #006A6B is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 106 | 107 | - |
| CMYK | 1 | 0.01 | 0 | 0.58 |
| HSL | 180.56º | 1% | 0.21% | - |
| HSV(B) | 180.56º | 1% | 0.42% | - |
| XYZ | 7.81 | 11.37 | 15.69 | - |
| YUV | 74.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 107 | 1 | 0.01 | 0 | 0.58 | 180.56 | 1 | 0.21 |
| Hex | 0 | 6A | 6B | 64 | 1 | 0 | 3A | B5 | 64 | 15 |
| Octal | 0 | 152 | 153 | 144 | 1 | 0 | 72 | 265 | 144 | 25 |
| Binary | 0 | 1101010 | 1101011 | 1100100 | 1 | 0 | 111010 | 10110101 | 1100100 | 10101 |
Color Harmonies of #006A6B
Complementary color
Monochromatic Colors of #006A6B
Black with #006A6B
Text Example
Text Example
White with #006A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006A6B; }
p { color: rgb(0,106,107); }
H1.HeaderClassName
{
color: #006A6B;
}
.AnyTagClassName
{
color: #006A6B;
}
</style>
background-color css
<style>
a { background-color: #006A6B; }
a { background-color: rgb(0,106,107); }
div.DivClassName
{
background-color: #006A6B;
}
.BgClassName
{
background-color: #006A6B;
}
</style>
border-color css
<style>
span { border-color: #006A6B; }
span { border-color: rgb(0,106,107); }
td.TdClassName
{
border-color: #006A6B;
}
.TagClassName
{
border-color: #006A6B;
}
</style>