Shades of Blue Lagoon #07647A
Tints of Blue Lagoon #07647A
RGB
CMYK
RGB Variations
Color information
#07647A (or 0x07647A) is known color: Blue Lagoon. HEX triplet: 07, 64 and 7A. RGB value is (7,100,122). Sum of RGB (Red+Green+Blue) = 7+100+122=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #07647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07647A is #F89B85. Grayscale: #4A4A4A. Windows color (decimal): -16292742 or 8020999. OLE color: 8020999.
HSL color Cylindrical-coordinate representation of color #07647A: hue angle of 191.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07647A is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 100 | 122 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.52 |
| HSL | 191.48º | 0.89% | 0.25% | - |
| HSV(B) | 191.48º | 0.94% | 0.48% | - |
| XYZ | 8.16 | 10.56 | 20.02 | - |
| YUV | 74.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 122 | 0.94 | 0.18 | 0 | 0.52 | 191.48 | 0.89 | 0.25 |
| Hex | 7 | 64 | 7A | 5E | 12 | 0 | 34 | BF | 59 | 19 |
| Octal | 7 | 144 | 172 | 136 | 22 | 0 | 64 | 277 | 131 | 31 |
| Binary | 111 | 1100100 | 1111010 | 1011110 | 10010 | 0 | 110100 | 10111111 | 1011001 | 11001 |
Color Harmonies of #07647A
Complementary color
Monochromatic Colors of #07647A
Black with #07647A
Text Example
Text Example
White with #07647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07647A; }
p { color: rgb(7,100,122); }
H1.HeaderClassName
{
color: #07647A;
}
.AnyTagClassName
{
color: #07647A;
}
</style>
background-color css
<style>
a { background-color: #07647A; }
a { background-color: rgb(7,100,122); }
div.DivClassName
{
background-color: #07647A;
}
.BgClassName
{
background-color: #07647A;
}
</style>
border-color css
<style>
span { border-color: #07647A; }
span { border-color: rgb(7,100,122); }
td.TdClassName
{
border-color: #07647A;
}
.TagClassName
{
border-color: #07647A;
}
</style>