Shades of Blue Lagoon #065C6B
Tints of Blue Lagoon #065C6B
RGB
CMYK
RGB Variations
Color information
#065C6B (or 0x065C6B) is known color: Blue Lagoon. HEX triplet: 06, 5C and 6B. RGB value is (6,92,107). Sum of RGB (Red+Green+Blue) = 6+92+107=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #065C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C6B is #F9A394. Grayscale: #434343. Windows color (decimal): -16360341 or 7035910. OLE color: 7035910.
HSL color Cylindrical-coordinate representation of color #065C6B: hue angle of 188.91º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065C6B is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 92 | 107 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.58 |
| HSL | 188.91º | 0.89% | 0.22% | - |
| HSV(B) | 188.91º | 0.94% | 0.42% | - |
| XYZ | 6.56 | 8.75 | 15.25 | - |
| YUV | 68 | 150.01 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 107 | 0.94 | 0.14 | 0 | 0.58 | 188.91 | 0.89 | 0.22 |
| Hex | 6 | 5C | 6B | 5E | E | 0 | 3A | BD | 59 | 16 |
| Octal | 6 | 134 | 153 | 136 | 16 | 0 | 72 | 275 | 131 | 26 |
| Binary | 110 | 1011100 | 1101011 | 1011110 | 1110 | 0 | 111010 | 10111101 | 1011001 | 10110 |
Color Harmonies of #065C6B
Complementary color
Monochromatic Colors of #065C6B
Black with #065C6B
Text Example
Text Example
White with #065C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065C6B; }
p { color: rgb(6,92,107); }
H1.HeaderClassName
{
color: #065C6B;
}
.AnyTagClassName
{
color: #065C6B;
}
</style>
background-color css
<style>
a { background-color: #065C6B; }
a { background-color: rgb(6,92,107); }
div.DivClassName
{
background-color: #065C6B;
}
.BgClassName
{
background-color: #065C6B;
}
</style>
border-color css
<style>
span { border-color: #065C6B; }
span { border-color: rgb(6,92,107); }
td.TdClassName
{
border-color: #065C6B;
}
.TagClassName
{
border-color: #065C6B;
}
</style>