Shades of Blue Lagoon #006174
Tints of Blue Lagoon #006174
RGB
CMYK
RGB Variations
Color information
#006174 (or 0x006174) is known color: Blue Lagoon. HEX triplet: 00, 61 and 74. RGB value is (0,97,116). Sum of RGB (Red+Green+Blue) = 0+97+116=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #006174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006174 is #FF9E8B. Grayscale: #454545. Windows color (decimal): -16752268 or 7627008. OLE color: 7627008.
HSL color Cylindrical-coordinate representation of color #006174: hue angle of 189.83º 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 #006174 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 97 | 116 | - |
| CMYK | 1 | 0.16 | 0 | 0.55 |
| HSL | 189.83º | 1% | 0.23% | - |
| HSV(B) | 189.83º | 1% | 0.45% | - |
| XYZ | 7.43 | 9.81 | 18.03 | - |
| YUV | 70.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 116 | 1 | 0.16 | 0 | 0.55 | 189.83 | 1 | 0.23 |
| Hex | 0 | 61 | 74 | 64 | 10 | 0 | 37 | BE | 64 | 17 |
| Octal | 0 | 141 | 164 | 144 | 20 | 0 | 67 | 276 | 144 | 27 |
| Binary | 0 | 1100001 | 1110100 | 1100100 | 10000 | 0 | 110111 | 10111110 | 1100100 | 10111 |
Color Harmonies of #006174
Complementary color
Monochromatic Colors of #006174
Black with #006174
Text Example
Text Example
White with #006174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006174; }
p { color: rgb(0,97,116); }
H1.HeaderClassName
{
color: #006174;
}
.AnyTagClassName
{
color: #006174;
}
</style>
background-color css
<style>
a { background-color: #006174; }
a { background-color: rgb(0,97,116); }
div.DivClassName
{
background-color: #006174;
}
.BgClassName
{
background-color: #006174;
}
</style>
border-color css
<style>
span { border-color: #006174; }
span { border-color: rgb(0,97,116); }
td.TdClassName
{
border-color: #006174;
}
.TagClassName
{
border-color: #006174;
}
</style>