Shades of Blue Lagoon #006B6E
Tints of Blue Lagoon #006B6E
RGB
CMYK
RGB Variations
Color information
#006B6E (or 0x006B6E) is known color: Blue Lagoon. HEX triplet: 00, 6B and 6E. RGB value is (0,107,110). Sum of RGB (Red+Green+Blue) = 0+107+110=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #006B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B6E is #FF9491. Grayscale: #4B4B4B. Windows color (decimal): -16749714 or 7236352. OLE color: 7236352.
HSL color Cylindrical-coordinate representation of color #006B6E: hue angle of 181.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B6E is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 107 | 110 | - |
| CMYK | 1 | 0.03 | 0 | 0.57 |
| HSL | 181.64º | 1% | 0.22% | - |
| HSV(B) | 181.64º | 1% | 0.43% | - |
| XYZ | 8.07 | 11.64 | 16.57 | - |
| YUV | 75.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 110 | 1 | 0.03 | 0 | 0.57 | 181.64 | 1 | 0.22 |
| Hex | 0 | 6B | 6E | 64 | 3 | 0 | 39 | B6 | 64 | 16 |
| Octal | 0 | 153 | 156 | 144 | 3 | 0 | 71 | 266 | 144 | 26 |
| Binary | 0 | 1101011 | 1101110 | 1100100 | 11 | 0 | 111001 | 10110110 | 1100100 | 10110 |
Color Harmonies of #006B6E
Complementary color
Monochromatic Colors of #006B6E
Black with #006B6E
Text Example
Text Example
White with #006B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B6E; }
p { color: rgb(0,107,110); }
H1.HeaderClassName
{
color: #006B6E;
}
.AnyTagClassName
{
color: #006B6E;
}
</style>
background-color css
<style>
a { background-color: #006B6E; }
a { background-color: rgb(0,107,110); }
div.DivClassName
{
background-color: #006B6E;
}
.BgClassName
{
background-color: #006B6E;
}
</style>
border-color css
<style>
span { border-color: #006B6E; }
span { border-color: rgb(0,107,110); }
td.TdClassName
{
border-color: #006B6E;
}
.TagClassName
{
border-color: #006B6E;
}
</style>