Shades of Blue Lagoon #00616D
Tints of Blue Lagoon #00616D
RGB
CMYK
RGB Variations
Color information
#00616D (or 0x00616D) is known color: Blue Lagoon. HEX triplet: 00, 61 and 6D. RGB value is (0,97,109). Sum of RGB (Red+Green+Blue) = 0+97+109=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #00616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00616D is #FF9E92. Grayscale: #454545. Windows color (decimal): -16752275 or 7168256. OLE color: 7168256.
HSL color Cylindrical-coordinate representation of color #00616D: hue angle of 186.61º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00616D is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 97 | 109 | - |
| CMYK | 1 | 0.11 | 0 | 0.57 |
| HSL | 186.61º | 1% | 0.21% | - |
| HSV(B) | 186.61º | 1% | 0.43% | - |
| XYZ | 7.04 | 9.65 | 15.96 | - |
| YUV | 69.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 109 | 1 | 0.11 | 0 | 0.57 | 186.61 | 1 | 0.21 |
| Hex | 0 | 61 | 6D | 64 | B | 0 | 39 | BB | 64 | 15 |
| Octal | 0 | 141 | 155 | 144 | 13 | 0 | 71 | 273 | 144 | 25 |
| Binary | 0 | 1100001 | 1101101 | 1100100 | 1011 | 0 | 111001 | 10111011 | 1100100 | 10101 |
Color Harmonies of #00616D
Complementary color
Monochromatic Colors of #00616D
Black with #00616D
Text Example
Text Example
White with #00616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00616D; }
p { color: rgb(0,97,109); }
H1.HeaderClassName
{
color: #00616D;
}
.AnyTagClassName
{
color: #00616D;
}
</style>
background-color css
<style>
a { background-color: #00616D; }
a { background-color: rgb(0,97,109); }
div.DivClassName
{
background-color: #00616D;
}
.BgClassName
{
background-color: #00616D;
}
</style>
border-color css
<style>
span { border-color: #00616D; }
span { border-color: rgb(0,97,109); }
td.TdClassName
{
border-color: #00616D;
}
.TagClassName
{
border-color: #00616D;
}
</style>