Shades of Calypso #406D80
Tints of Calypso #406D80
RGB
CMYK
RGB Variations
Color information
#406D80 (or 0x406D80) is known color: Calypso. HEX triplet: 40, 6D and 80. RGB value is (64,109,128). Sum of RGB (Red+Green+Blue) = 64+109+128=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #406D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D80 is #BF927F. Grayscale: #616161. Windows color (decimal): -12554880 or 8416576. OLE color: 8416576.
HSL color Cylindrical-coordinate representation of color #406D80: hue angle of 197.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406D80 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 109 | 128 | - |
| CMYK | 0.5 | 0.15 | 0 | 0.50 |
| HSL | 197.81º | 0.33% | 0.38% | - |
| HSV(B) | 197.81º | 0.5% | 0.5% | - |
| XYZ | 11.48 | 13.59 | 22.44 | - |
| YUV | 97.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 128 | 0.5 | 0.15 | 0 | 0.50 | 197.81 | 0.33 | 0.38 |
| Hex | 40 | 6D | 80 | 32 | F | 0 | 32 | C6 | 21 | 26 |
| Octal | 100 | 155 | 200 | 62 | 17 | 0 | 62 | 306 | 41 | 46 |
| Binary | 1000000 | 1101101 | 10000000 | 110010 | 1111 | 0 | 110010 | 11000110 | 100001 | 100110 |
Color Harmonies of #406D80
Complementary color
Monochromatic Colors of #406D80
Black with #406D80
Text Example
Text Example
White with #406D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D80; }
p { color: rgb(64,109,128); }
H1.HeaderClassName
{
color: #406D80;
}
.AnyTagClassName
{
color: #406D80;
}
</style>
background-color css
<style>
a { background-color: #406D80; }
a { background-color: rgb(64,109,128); }
div.DivClassName
{
background-color: #406D80;
}
.BgClassName
{
background-color: #406D80;
}
</style>
border-color css
<style>
span { border-color: #406D80; }
span { border-color: rgb(64,109,128); }
td.TdClassName
{
border-color: #406D80;
}
.TagClassName
{
border-color: #406D80;
}
</style>