Shades of Blue Lagoon #006974
Tints of Blue Lagoon #006974
RGB
CMYK
RGB Variations
Color information
#006974 (or 0x006974) is known color: Blue Lagoon. HEX triplet: 00, 69 and 74. RGB value is (0,105,116). Sum of RGB (Red+Green+Blue) = 0+105+116=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #006974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006974 is #FF968B. Grayscale: #4A4A4A. Windows color (decimal): -16750220 or 7629056. OLE color: 7629056.
HSL color Cylindrical-coordinate representation of color #006974: hue angle of 185.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006974 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 105 | 116 | - |
| CMYK | 1 | 0.09 | 0 | 0.55 |
| HSL | 185.69º | 1% | 0.23% | - |
| HSV(B) | 185.69º | 1% | 0.45% | - |
| XYZ | 8.2 | 11.36 | 18.28 | - |
| YUV | 74.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 116 | 1 | 0.09 | 0 | 0.55 | 185.69 | 1 | 0.23 |
| Hex | 0 | 69 | 74 | 64 | 9 | 0 | 37 | BA | 64 | 17 |
| Octal | 0 | 151 | 164 | 144 | 11 | 0 | 67 | 272 | 144 | 27 |
| Binary | 0 | 1101001 | 1110100 | 1100100 | 1001 | 0 | 110111 | 10111010 | 1100100 | 10111 |
Color Harmonies of #006974
Complementary color
Monochromatic Colors of #006974
Black with #006974
Text Example
Text Example
White with #006974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006974; }
p { color: rgb(0,105,116); }
H1.HeaderClassName
{
color: #006974;
}
.AnyTagClassName
{
color: #006974;
}
</style>
background-color css
<style>
a { background-color: #006974; }
a { background-color: rgb(0,105,116); }
div.DivClassName
{
background-color: #006974;
}
.BgClassName
{
background-color: #006974;
}
</style>
border-color css
<style>
span { border-color: #006974; }
span { border-color: rgb(0,105,116); }
td.TdClassName
{
border-color: #006974;
}
.TagClassName
{
border-color: #006974;
}
</style>