Shades of Blue Lagoon #006278
Tints of Blue Lagoon #006278
RGB
CMYK
RGB Variations
Color information
#006278 (or 0x006278) is known color: Blue Lagoon. HEX triplet: 00, 62 and 78. RGB value is (0,98,120). Sum of RGB (Red+Green+Blue) = 0+98+120=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #006278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006278 is #FF9D87. Grayscale: #474747. Windows color (decimal): -16752008 or 7889408. OLE color: 7889408.
HSL color Cylindrical-coordinate representation of color #006278: hue angle of 191º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006278 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 98 | 120 | - |
| CMYK | 1 | 0.18 | 0 | 0.53 |
| HSL | 191º | 1% | 0.24% | - |
| HSV(B) | 191º | 1% | 0.47% | - |
| XYZ | 7.76 | 10.09 | 19.31 | - |
| YUV | 71.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 120 | 1 | 0.18 | 0 | 0.53 | 191 | 1 | 0.24 |
| Hex | 0 | 62 | 78 | 64 | 12 | 0 | 35 | BF | 64 | 18 |
| Octal | 0 | 142 | 170 | 144 | 22 | 0 | 65 | 277 | 144 | 30 |
| Binary | 0 | 1100010 | 1111000 | 1100100 | 10010 | 0 | 110101 | 10111111 | 1100100 | 11000 |
Color Harmonies of #006278
Complementary color
Monochromatic Colors of #006278
Black with #006278
Text Example
Text Example
White with #006278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006278; }
p { color: rgb(0,98,120); }
H1.HeaderClassName
{
color: #006278;
}
.AnyTagClassName
{
color: #006278;
}
</style>
background-color css
<style>
a { background-color: #006278; }
a { background-color: rgb(0,98,120); }
div.DivClassName
{
background-color: #006278;
}
.BgClassName
{
background-color: #006278;
}
</style>
border-color css
<style>
span { border-color: #006278; }
span { border-color: rgb(0,98,120); }
td.TdClassName
{
border-color: #006278;
}
.TagClassName
{
border-color: #006278;
}
</style>