Shades of Calypso #406F89
Tints of Calypso #406F89
RGB
CMYK
RGB Variations
Color information
#406F89 (or 0x406F89) is known color: Calypso. HEX triplet: 40, 6F and 89. RGB value is (64,111,137). Sum of RGB (Red+Green+Blue) = 64+111+137=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #406F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F89 is #BF9076. Grayscale: #636363. Windows color (decimal): -12554359 or 9006912. OLE color: 9006912.
HSL color Cylindrical-coordinate representation of color #406F89: hue angle of 201.37º 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 #406F89 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 111 | 137 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.46 |
| HSL | 201.37º | 0.36% | 0.39% | - |
| HSV(B) | 201.37º | 0.53% | 0.54% | - |
| XYZ | 12.31 | 14.27 | 25.77 | - |
| YUV | 99.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 137 | 0.53 | 0.19 | 0 | 0.46 | 201.37 | 0.36 | 0.39 |
| Hex | 40 | 6F | 89 | 35 | 13 | 0 | 2E | C9 | 24 | 27 |
| Octal | 100 | 157 | 211 | 65 | 23 | 0 | 56 | 311 | 44 | 47 |
| Binary | 1000000 | 1101111 | 10001001 | 110101 | 10011 | 0 | 101110 | 11001001 | 100100 | 100111 |
Color Harmonies of #406F89
Complementary color
Monochromatic Colors of #406F89
Black with #406F89
Text Example
Text Example
White with #406F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F89; }
p { color: rgb(64,111,137); }
H1.HeaderClassName
{
color: #406F89;
}
.AnyTagClassName
{
color: #406F89;
}
</style>
background-color css
<style>
a { background-color: #406F89; }
a { background-color: rgb(64,111,137); }
div.DivClassName
{
background-color: #406F89;
}
.BgClassName
{
background-color: #406F89;
}
</style>
border-color css
<style>
span { border-color: #406F89; }
span { border-color: rgb(64,111,137); }
td.TdClassName
{
border-color: #406F89;
}
.TagClassName
{
border-color: #406F89;
}
</style>