Shades of Blue Lagoon #006175
Tints of Blue Lagoon #006175
RGB
CMYK
RGB Variations
Color information
#006175 (or 0x006175) is known color: Blue Lagoon. HEX triplet: 00, 61 and 75. RGB value is (0,97,117). Sum of RGB (Red+Green+Blue) = 0+97+117=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #006175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006175 is #FF9E8A. Grayscale: #464646. Windows color (decimal): -16752267 or 7692544. OLE color: 7692544.
HSL color Cylindrical-coordinate representation of color #006175: hue angle of 190.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006175 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 97 | 117 | - |
| CMYK | 1 | 0.17 | 0 | 0.54 |
| HSL | 190.26º | 1% | 0.23% | - |
| HSV(B) | 190.26º | 1% | 0.46% | - |
| XYZ | 7.49 | 9.83 | 18.33 | - |
| YUV | 70.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 117 | 1 | 0.17 | 0 | 0.54 | 190.26 | 1 | 0.23 |
| Hex | 0 | 61 | 75 | 64 | 11 | 0 | 36 | BE | 64 | 17 |
| Octal | 0 | 141 | 165 | 144 | 21 | 0 | 66 | 276 | 144 | 27 |
| Binary | 0 | 1100001 | 1110101 | 1100100 | 10001 | 0 | 110110 | 10111110 | 1100100 | 10111 |
Color Harmonies of #006175
Complementary color
Monochromatic Colors of #006175
Black with #006175
Text Example
Text Example
White with #006175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006175; }
p { color: rgb(0,97,117); }
H1.HeaderClassName
{
color: #006175;
}
.AnyTagClassName
{
color: #006175;
}
</style>
background-color css
<style>
a { background-color: #006175; }
a { background-color: rgb(0,97,117); }
div.DivClassName
{
background-color: #006175;
}
.BgClassName
{
background-color: #006175;
}
</style>
border-color css
<style>
span { border-color: #006175; }
span { border-color: rgb(0,97,117); }
td.TdClassName
{
border-color: #006175;
}
.TagClassName
{
border-color: #006175;
}
</style>