Shades of Blue Lagoon #006B89
Tints of Blue Lagoon #006B89
RGB
CMYK
RGB Variations
Color information
#006B89 (or 0x006B89) is known color: Blue Lagoon. HEX triplet: 00, 6B and 89. RGB value is (0,107,137). Sum of RGB (Red+Green+Blue) = 0+107+137=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #006B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B89 is #FF9476. Grayscale: #4E4E4E. Windows color (decimal): -16749687 or 9005824. OLE color: 9005824.
HSL color Cylindrical-coordinate representation of color #006B89: hue angle of 193.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B89 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 107 | 137 | - |
| CMYK | 1 | 0.22 | 0 | 0.46 |
| HSL | 193.14º | 1% | 0.27% | - |
| HSV(B) | 193.14º | 1% | 0.54% | - |
| XYZ | 9.77 | 12.32 | 25.53 | - |
| YUV | 78.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 137 | 1 | 0.22 | 0 | 0.46 | 193.14 | 1 | 0.27 |
| Hex | 0 | 6B | 89 | 64 | 16 | 0 | 2E | C1 | 64 | 1B |
| Octal | 0 | 153 | 211 | 144 | 26 | 0 | 56 | 301 | 144 | 33 |
| Binary | 0 | 1101011 | 10001001 | 1100100 | 10110 | 0 | 101110 | 11000001 | 1100100 | 11011 |
Color Harmonies of #006B89
Complementary color
Monochromatic Colors of #006B89
Black with #006B89
Text Example
Text Example
White with #006B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B89; }
p { color: rgb(0,107,137); }
H1.HeaderClassName
{
color: #006B89;
}
.AnyTagClassName
{
color: #006B89;
}
</style>
background-color css
<style>
a { background-color: #006B89; }
a { background-color: rgb(0,107,137); }
div.DivClassName
{
background-color: #006B89;
}
.BgClassName
{
background-color: #006B89;
}
</style>
border-color css
<style>
span { border-color: #006B89; }
span { border-color: rgb(0,107,137); }
td.TdClassName
{
border-color: #006B89;
}
.TagClassName
{
border-color: #006B89;
}
</style>