Shades of Calypso #406D85
Tints of Calypso #406D85
RGB
CMYK
RGB Variations
Color information
#406D85 (or 0x406D85) is known color: Calypso. HEX triplet: 40, 6D and 85. RGB value is (64,109,133). Sum of RGB (Red+Green+Blue) = 64+109+133=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #406D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D85 is #BF927A. Grayscale: #626262. Windows color (decimal): -12554875 or 8744256. OLE color: 8744256.
HSL color Cylindrical-coordinate representation of color #406D85: hue angle of 200.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406D85 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 109 | 133 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.48 |
| HSL | 200.87º | 0.35% | 0.39% | - |
| HSV(B) | 200.87º | 0.52% | 0.52% | - |
| XYZ | 11.82 | 13.72 | 24.22 | - |
| YUV | 98.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 133 | 0.52 | 0.18 | 0 | 0.48 | 200.87 | 0.35 | 0.39 |
| Hex | 40 | 6D | 85 | 34 | 12 | 0 | 30 | C9 | 23 | 27 |
| Octal | 100 | 155 | 205 | 64 | 22 | 0 | 60 | 311 | 43 | 47 |
| Binary | 1000000 | 1101101 | 10000101 | 110100 | 10010 | 0 | 110000 | 11001001 | 100011 | 100111 |
Color Harmonies of #406D85
Complementary color
Monochromatic Colors of #406D85
Black with #406D85
Text Example
Text Example
White with #406D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D85; }
p { color: rgb(64,109,133); }
H1.HeaderClassName
{
color: #406D85;
}
.AnyTagClassName
{
color: #406D85;
}
</style>
background-color css
<style>
a { background-color: #406D85; }
a { background-color: rgb(64,109,133); }
div.DivClassName
{
background-color: #406D85;
}
.BgClassName
{
background-color: #406D85;
}
</style>
border-color css
<style>
span { border-color: #406D85; }
span { border-color: rgb(64,109,133); }
td.TdClassName
{
border-color: #406D85;
}
.TagClassName
{
border-color: #406D85;
}
</style>