Shades of Blue Lagoon #065068
Tints of Blue Lagoon #065068
RGB
CMYK
RGB Variations
Color information
#065068 (or 0x065068) is known color: Blue Lagoon. HEX triplet: 06, 50 and 68. RGB value is (6,80,104). Sum of RGB (Red+Green+Blue) = 6+80+104=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #065068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065068 is #F9AF97. Grayscale: #3C3C3C. Windows color (decimal): -16363416 or 6836230. OLE color: 6836230.
HSL color Cylindrical-coordinate representation of color #065068: hue angle of 194.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065068 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 80 | 104 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.59 |
| HSL | 194.69º | 0.89% | 0.22% | - |
| HSV(B) | 194.69º | 0.94% | 0.41% | - |
| XYZ | 5.44 | 6.78 | 14.12 | - |
| YUV | 60.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 104 | 0.94 | 0.23 | 0 | 0.59 | 194.69 | 0.89 | 0.22 |
| Hex | 6 | 50 | 68 | 5E | 17 | 0 | 3B | C3 | 59 | 16 |
| Octal | 6 | 120 | 150 | 136 | 27 | 0 | 73 | 303 | 131 | 26 |
| Binary | 110 | 1010000 | 1101000 | 1011110 | 10111 | 0 | 111011 | 11000011 | 1011001 | 10110 |
Color Harmonies of #065068
Complementary color
Monochromatic Colors of #065068
Black with #065068
Text Example
Text Example
White with #065068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065068; }
p { color: rgb(6,80,104); }
H1.HeaderClassName
{
color: #065068;
}
.AnyTagClassName
{
color: #065068;
}
</style>
background-color css
<style>
a { background-color: #065068; }
a { background-color: rgb(6,80,104); }
div.DivClassName
{
background-color: #065068;
}
.BgClassName
{
background-color: #065068;
}
</style>
border-color css
<style>
span { border-color: #065068; }
span { border-color: rgb(6,80,104); }
td.TdClassName
{
border-color: #065068;
}
.TagClassName
{
border-color: #065068;
}
</style>