Shades of Blue Lagoon #006B7E
Tints of Blue Lagoon #006B7E
RGB
CMYK
RGB Variations
Color information
#006B7E (or 0x006B7E) is known color: Blue Lagoon. HEX triplet: 00, 6B and 7E. RGB value is (0,107,126). Sum of RGB (Red+Green+Blue) = 0+107+126=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #006B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B7E is #FF9481. Grayscale: #4C4C4C. Windows color (decimal): -16749698 or 8284928. OLE color: 8284928.
HSL color Cylindrical-coordinate representation of color #006B7E: hue angle of 189.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B7E is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 107 | 126 | - |
| CMYK | 1 | 0.15 | 0 | 0.51 |
| HSL | 189.05º | 1% | 0.25% | - |
| HSV(B) | 189.05º | 1% | 0.49% | - |
| XYZ | 9.02 | 12.02 | 21.58 | - |
| YUV | 77.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 126 | 1 | 0.15 | 0 | 0.51 | 189.05 | 1 | 0.25 |
| Hex | 0 | 6B | 7E | 64 | F | 0 | 33 | BD | 64 | 19 |
| Octal | 0 | 153 | 176 | 144 | 17 | 0 | 63 | 275 | 144 | 31 |
| Binary | 0 | 1101011 | 1111110 | 1100100 | 1111 | 0 | 110011 | 10111101 | 1100100 | 11001 |
Color Harmonies of #006B7E
Complementary color
Monochromatic Colors of #006B7E
Black with #006B7E
Text Example
Text Example
White with #006B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B7E; }
p { color: rgb(0,107,126); }
H1.HeaderClassName
{
color: #006B7E;
}
.AnyTagClassName
{
color: #006B7E;
}
</style>
background-color css
<style>
a { background-color: #006B7E; }
a { background-color: rgb(0,107,126); }
div.DivClassName
{
background-color: #006B7E;
}
.BgClassName
{
background-color: #006B7E;
}
</style>
border-color css
<style>
span { border-color: #006B7E; }
span { border-color: rgb(0,107,126); }
td.TdClassName
{
border-color: #006B7E;
}
.TagClassName
{
border-color: #006B7E;
}
</style>