Shades of Blue Lagoon #065B75
Tints of Blue Lagoon #065B75
RGB
CMYK
RGB Variations
Color information
#065B75 (or 0x065B75) is known color: Blue Lagoon. HEX triplet: 06, 5B and 75. RGB value is (6,91,117). Sum of RGB (Red+Green+Blue) = 6+91+117=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #065B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B75 is #F9A48A. Grayscale: #444444. Windows color (decimal): -16360587 or 7691014. OLE color: 7691014.
HSL color Cylindrical-coordinate representation of color #065B75: hue angle of 194.05º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065B75 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 91 | 117 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.54 |
| HSL | 194.05º | 0.9% | 0.24% | - |
| HSV(B) | 194.05º | 0.95% | 0.46% | - |
| XYZ | 7.03 | 8.81 | 18.16 | - |
| YUV | 68.55 | 155.34 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 117 | 0.95 | 0.22 | 0 | 0.54 | 194.05 | 0.9 | 0.24 |
| Hex | 6 | 5B | 75 | 5F | 16 | 0 | 36 | C2 | 5A | 18 |
| Octal | 6 | 133 | 165 | 137 | 26 | 0 | 66 | 302 | 132 | 30 |
| Binary | 110 | 1011011 | 1110101 | 1011111 | 10110 | 0 | 110110 | 11000010 | 1011010 | 11000 |
Color Harmonies of #065B75
Complementary color
Monochromatic Colors of #065B75
Black with #065B75
Text Example
Text Example
White with #065B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B75; }
p { color: rgb(6,91,117); }
H1.HeaderClassName
{
color: #065B75;
}
.AnyTagClassName
{
color: #065B75;
}
</style>
background-color css
<style>
a { background-color: #065B75; }
a { background-color: rgb(6,91,117); }
div.DivClassName
{
background-color: #065B75;
}
.BgClassName
{
background-color: #065B75;
}
</style>
border-color css
<style>
span { border-color: #065B75; }
span { border-color: rgb(6,91,117); }
td.TdClassName
{
border-color: #065B75;
}
.TagClassName
{
border-color: #065B75;
}
</style>