Shades of Blue Lagoon #00646D
Tints of Blue Lagoon #00646D
RGB
CMYK
RGB Variations
Color information
#00646D (or 0x00646D) is known color: Blue Lagoon. HEX triplet: 00, 64 and 6D. RGB value is (0,100,109). Sum of RGB (Red+Green+Blue) = 0+100+109=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #00646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00646D is #FF9B92. Grayscale: #464646. Windows color (decimal): -16751507 or 7169024. OLE color: 7169024.
HSL color Cylindrical-coordinate representation of color #00646D: hue angle of 184.95º 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 #00646D is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 100 | 109 | - |
| CMYK | 1 | 0.08 | 0 | 0.57 |
| HSL | 184.95º | 1% | 0.21% | - |
| HSV(B) | 184.95º | 1% | 0.43% | - |
| XYZ | 7.32 | 10.22 | 16.05 | - |
| YUV | 71.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 109 | 1 | 0.08 | 0 | 0.57 | 184.95 | 1 | 0.21 |
| Hex | 0 | 64 | 6D | 64 | 8 | 0 | 39 | B9 | 64 | 15 |
| Octal | 0 | 144 | 155 | 144 | 10 | 0 | 71 | 271 | 144 | 25 |
| Binary | 0 | 1100100 | 1101101 | 1100100 | 1000 | 0 | 111001 | 10111001 | 1100100 | 10101 |
Color Harmonies of #00646D
Complementary color
Monochromatic Colors of #00646D
Black with #00646D
Text Example
Text Example
White with #00646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00646D; }
p { color: rgb(0,100,109); }
H1.HeaderClassName
{
color: #00646D;
}
.AnyTagClassName
{
color: #00646D;
}
</style>
background-color css
<style>
a { background-color: #00646D; }
a { background-color: rgb(0,100,109); }
div.DivClassName
{
background-color: #00646D;
}
.BgClassName
{
background-color: #00646D;
}
</style>
border-color css
<style>
span { border-color: #00646D; }
span { border-color: rgb(0,100,109); }
td.TdClassName
{
border-color: #00646D;
}
.TagClassName
{
border-color: #00646D;
}
</style>