Shades of Calypso #406D84
Tints of Calypso #406D84
RGB
CMYK
RGB Variations
Color information
#406D84 (or 0x406D84) is known color: Calypso. HEX triplet: 40, 6D and 84. RGB value is (64,109,132). Sum of RGB (Red+Green+Blue) = 64+109+132=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #406D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D84 is #BF927B. Grayscale: #626262. Windows color (decimal): -12554876 or 8678720. OLE color: 8678720.
HSL color Cylindrical-coordinate representation of color #406D84: hue angle of 200.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406D84 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 109 | 132 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.48 |
| HSL | 200.29º | 0.35% | 0.38% | - |
| HSV(B) | 200.29º | 0.52% | 0.52% | - |
| XYZ | 11.75 | 13.69 | 23.85 | - |
| YUV | 98.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 132 | 0.52 | 0.17 | 0 | 0.48 | 200.29 | 0.35 | 0.38 |
| Hex | 40 | 6D | 84 | 34 | 11 | 0 | 30 | C8 | 23 | 26 |
| Octal | 100 | 155 | 204 | 64 | 21 | 0 | 60 | 310 | 43 | 46 |
| Binary | 1000000 | 1101101 | 10000100 | 110100 | 10001 | 0 | 110000 | 11001000 | 100011 | 100110 |
Color Harmonies of #406D84
Complementary color
Monochromatic Colors of #406D84
Black with #406D84
Text Example
Text Example
White with #406D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D84; }
p { color: rgb(64,109,132); }
H1.HeaderClassName
{
color: #406D84;
}
.AnyTagClassName
{
color: #406D84;
}
</style>
background-color css
<style>
a { background-color: #406D84; }
a { background-color: rgb(64,109,132); }
div.DivClassName
{
background-color: #406D84;
}
.BgClassName
{
background-color: #406D84;
}
</style>
border-color css
<style>
span { border-color: #406D84; }
span { border-color: rgb(64,109,132); }
td.TdClassName
{
border-color: #406D84;
}
.TagClassName
{
border-color: #406D84;
}
</style>