Shades of Blue Lagoon #065269
Tints of Blue Lagoon #065269
RGB
CMYK
RGB Variations
Color information
#065269 (or 0x065269) is known color: Blue Lagoon. HEX triplet: 06, 52 and 69. RGB value is (6,82,105). Sum of RGB (Red+Green+Blue) = 6+82+105=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #065269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065269 is #F9AD96. Grayscale: #3D3D3D. Windows color (decimal): -16362903 or 6902278. OLE color: 6902278.
HSL color Cylindrical-coordinate representation of color #065269: hue angle of 193.94º 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 #065269 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 82 | 105 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.59 |
| HSL | 193.94º | 0.89% | 0.22% | - |
| HSV(B) | 193.94º | 0.94% | 0.41% | - |
| XYZ | 5.64 | 7.09 | 14.44 | - |
| YUV | 61.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 105 | 0.94 | 0.22 | 0 | 0.59 | 193.94 | 0.89 | 0.22 |
| Hex | 6 | 52 | 69 | 5E | 16 | 0 | 3B | C2 | 59 | 16 |
| Octal | 6 | 122 | 151 | 136 | 26 | 0 | 73 | 302 | 131 | 26 |
| Binary | 110 | 1010010 | 1101001 | 1011110 | 10110 | 0 | 111011 | 11000010 | 1011001 | 10110 |
Color Harmonies of #065269
Complementary color
Monochromatic Colors of #065269
Black with #065269
Text Example
Text Example
White with #065269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065269; }
p { color: rgb(6,82,105); }
H1.HeaderClassName
{
color: #065269;
}
.AnyTagClassName
{
color: #065269;
}
</style>
background-color css
<style>
a { background-color: #065269; }
a { background-color: rgb(6,82,105); }
div.DivClassName
{
background-color: #065269;
}
.BgClassName
{
background-color: #065269;
}
</style>
border-color css
<style>
span { border-color: #065269; }
span { border-color: rgb(6,82,105); }
td.TdClassName
{
border-color: #065269;
}
.TagClassName
{
border-color: #065269;
}
</style>