Shades of Calypso #406E89
Tints of Calypso #406E89
RGB
CMYK
RGB Variations
Color information
#406E89 (or 0x406E89) is known color: Calypso. HEX triplet: 40, 6E and 89. RGB value is (64,110,137). Sum of RGB (Red+Green+Blue) = 64+110+137=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #406E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E89 is #BF9176. Grayscale: #636363. Windows color (decimal): -12554615 or 9006656. OLE color: 9006656.
HSL color Cylindrical-coordinate representation of color #406E89: hue angle of 202.19º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406E89 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 110 | 137 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.46 |
| HSL | 202.19º | 0.36% | 0.39% | - |
| HSV(B) | 202.19º | 0.53% | 0.54% | - |
| XYZ | 12.21 | 14.05 | 25.74 | - |
| YUV | 99.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 137 | 0.53 | 0.20 | 0 | 0.46 | 202.19 | 0.36 | 0.39 |
| Hex | 40 | 6E | 89 | 35 | 14 | 0 | 2E | CA | 24 | 27 |
| Octal | 100 | 156 | 211 | 65 | 24 | 0 | 56 | 312 | 44 | 47 |
| Binary | 1000000 | 1101110 | 10001001 | 110101 | 10100 | 0 | 101110 | 11001010 | 100100 | 100111 |
Color Harmonies of #406E89
Complementary color
Monochromatic Colors of #406E89
Black with #406E89
Text Example
Text Example
White with #406E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406E89; }
p { color: rgb(64,110,137); }
H1.HeaderClassName
{
color: #406E89;
}
.AnyTagClassName
{
color: #406E89;
}
</style>
background-color css
<style>
a { background-color: #406E89; }
a { background-color: rgb(64,110,137); }
div.DivClassName
{
background-color: #406E89;
}
.BgClassName
{
background-color: #406E89;
}
</style>
border-color css
<style>
span { border-color: #406E89; }
span { border-color: rgb(64,110,137); }
td.TdClassName
{
border-color: #406E89;
}
.TagClassName
{
border-color: #406E89;
}
</style>