Shades of Blue Lagoon #00647A
Tints of Blue Lagoon #00647A
RGB
CMYK
RGB Variations
Color information
#00647A (or 0x00647A) is known color: Blue Lagoon. HEX triplet: 00, 64 and 7A. RGB value is (0,100,122). Sum of RGB (Red+Green+Blue) = 0+100+122=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #00647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00647A is #FF9B85. Grayscale: #484848. Windows color (decimal): -16751494 or 8020992. OLE color: 8020992.
HSL color Cylindrical-coordinate representation of color #00647A: hue angle of 190.82º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00647A is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 100 | 122 | - |
| CMYK | 1 | 0.18 | 0 | 0.52 |
| HSL | 190.82º | 1% | 0.24% | - |
| HSV(B) | 190.82º | 1% | 0.48% | - |
| XYZ | 8.07 | 10.52 | 20.02 | - |
| YUV | 72.61 | 155.87 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 122 | 1 | 0.18 | 0 | 0.52 | 190.82 | 1 | 0.24 |
| Hex | 0 | 64 | 7A | 64 | 12 | 0 | 34 | BF | 64 | 18 |
| Octal | 0 | 144 | 172 | 144 | 22 | 0 | 64 | 277 | 144 | 30 |
| Binary | 0 | 1100100 | 1111010 | 1100100 | 10010 | 0 | 110100 | 10111111 | 1100100 | 11000 |
Color Harmonies of #00647A
Complementary color
Monochromatic Colors of #00647A
Black with #00647A
Text Example
Text Example
White with #00647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00647A; }
p { color: rgb(0,100,122); }
H1.HeaderClassName
{
color: #00647A;
}
.AnyTagClassName
{
color: #00647A;
}
</style>
background-color css
<style>
a { background-color: #00647A; }
a { background-color: rgb(0,100,122); }
div.DivClassName
{
background-color: #00647A;
}
.BgClassName
{
background-color: #00647A;
}
</style>
border-color css
<style>
span { border-color: #00647A; }
span { border-color: rgb(0,100,122); }
td.TdClassName
{
border-color: #00647A;
}
.TagClassName
{
border-color: #00647A;
}
</style>