Shades of Blue Lagoon #006B70
Tints of Blue Lagoon #006B70
RGB
CMYK
RGB Variations
Color information
#006B70 (or 0x006B70) is known color: Blue Lagoon. HEX triplet: 00, 6B and 70. RGB value is (0,107,112). Sum of RGB (Red+Green+Blue) = 0+107+112=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #006B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B70 is #FF948F. Grayscale: #4B4B4B. Windows color (decimal): -16749712 or 7367424. OLE color: 7367424.
HSL color Cylindrical-coordinate representation of color #006B70: hue angle of 182.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B70 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 107 | 112 | - |
| CMYK | 1 | 0.04 | 0 | 0.56 |
| HSL | 182.68º | 1% | 0.22% | - |
| HSV(B) | 182.68º | 1% | 0.44% | - |
| XYZ | 8.18 | 11.69 | 17.15 | - |
| YUV | 75.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 112 | 1 | 0.04 | 0 | 0.56 | 182.68 | 1 | 0.22 |
| Hex | 0 | 6B | 70 | 64 | 4 | 0 | 38 | B7 | 64 | 16 |
| Octal | 0 | 153 | 160 | 144 | 4 | 0 | 70 | 267 | 144 | 26 |
| Binary | 0 | 1101011 | 1110000 | 1100100 | 100 | 0 | 111000 | 10110111 | 1100100 | 10110 |
Color Harmonies of #006B70
Complementary color
Monochromatic Colors of #006B70
Black with #006B70
Text Example
Text Example
White with #006B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B70; }
p { color: rgb(0,107,112); }
H1.HeaderClassName
{
color: #006B70;
}
.AnyTagClassName
{
color: #006B70;
}
</style>
background-color css
<style>
a { background-color: #006B70; }
a { background-color: rgb(0,107,112); }
div.DivClassName
{
background-color: #006B70;
}
.BgClassName
{
background-color: #006B70;
}
</style>
border-color css
<style>
span { border-color: #006B70; }
span { border-color: rgb(0,107,112); }
td.TdClassName
{
border-color: #006B70;
}
.TagClassName
{
border-color: #006B70;
}
</style>