Shades of Blue Lagoon #006B84
Tints of Blue Lagoon #006B84
RGB
CMYK
RGB Variations
Color information
#006B84 (or 0x006B84) is known color: Blue Lagoon. HEX triplet: 00, 6B and 84. RGB value is (0,107,132). Sum of RGB (Red+Green+Blue) = 0+107+132=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #006B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B84 is #FF947B. Grayscale: #4D4D4D. Windows color (decimal): -16749692 or 8678144. OLE color: 8678144.
HSL color Cylindrical-coordinate representation of color #006B84: hue angle of 191.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B84 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 107 | 132 | - |
| CMYK | 1 | 0.19 | 0 | 0.48 |
| HSL | 191.36º | 1% | 0.26% | - |
| HSV(B) | 191.36º | 1% | 0.52% | - |
| XYZ | 9.42 | 12.18 | 23.68 | - |
| YUV | 77.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 132 | 1 | 0.19 | 0 | 0.48 | 191.36 | 1 | 0.26 |
| Hex | 0 | 6B | 84 | 64 | 13 | 0 | 30 | BF | 64 | 1A |
| Octal | 0 | 153 | 204 | 144 | 23 | 0 | 60 | 277 | 144 | 32 |
| Binary | 0 | 1101011 | 10000100 | 1100100 | 10011 | 0 | 110000 | 10111111 | 1100100 | 11010 |
Color Harmonies of #006B84
Complementary color
Monochromatic Colors of #006B84
Black with #006B84
Text Example
Text Example
White with #006B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B84; }
p { color: rgb(0,107,132); }
H1.HeaderClassName
{
color: #006B84;
}
.AnyTagClassName
{
color: #006B84;
}
</style>
background-color css
<style>
a { background-color: #006B84; }
a { background-color: rgb(0,107,132); }
div.DivClassName
{
background-color: #006B84;
}
.BgClassName
{
background-color: #006B84;
}
</style>
border-color css
<style>
span { border-color: #006B84; }
span { border-color: rgb(0,107,132); }
td.TdClassName
{
border-color: #006B84;
}
.TagClassName
{
border-color: #006B84;
}
</style>