Shades of Blue Lagoon #07646C
Tints of Blue Lagoon #07646C
RGB
CMYK
RGB Variations
Color information
#07646C (or 0x07646C) is known color: Blue Lagoon. HEX triplet: 07, 64 and 6C. RGB value is (7,100,108). Sum of RGB (Red+Green+Blue) = 7+100+108=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #07646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07646C is #F89B93. Grayscale: #484848. Windows color (decimal): -16292756 or 7103495. OLE color: 7103495.
HSL color Cylindrical-coordinate representation of color #07646C: hue angle of 184.75º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07646C is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 100 | 108 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.58 |
| HSL | 184.75º | 0.88% | 0.23% | - |
| HSV(B) | 184.75º | 0.94% | 0.42% | - |
| XYZ | 7.35 | 10.24 | 15.78 | - |
| YUV | 73.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 108 | 0.94 | 0.07 | 0 | 0.58 | 184.75 | 0.88 | 0.23 |
| Hex | 7 | 64 | 6C | 5E | 7 | 0 | 3A | B9 | 58 | 17 |
| Octal | 7 | 144 | 154 | 136 | 7 | 0 | 72 | 271 | 130 | 27 |
| Binary | 111 | 1100100 | 1101100 | 1011110 | 111 | 0 | 111010 | 10111001 | 1011000 | 10111 |
Color Harmonies of #07646C
Complementary color
Monochromatic Colors of #07646C
Black with #07646C
Text Example
Text Example
White with #07646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07646C; }
p { color: rgb(7,100,108); }
H1.HeaderClassName
{
color: #07646C;
}
.AnyTagClassName
{
color: #07646C;
}
</style>
background-color css
<style>
a { background-color: #07646C; }
a { background-color: rgb(7,100,108); }
div.DivClassName
{
background-color: #07646C;
}
.BgClassName
{
background-color: #07646C;
}
</style>
border-color css
<style>
span { border-color: #07646C; }
span { border-color: rgb(7,100,108); }
td.TdClassName
{
border-color: #07646C;
}
.TagClassName
{
border-color: #07646C;
}
</style>