Shades of Calypso #406A88
Tints of Calypso #406A88
RGB
CMYK
RGB Variations
Color information
#406A88 (or 0x406A88) is known color: Calypso. HEX triplet: 40, 6A and 88. RGB value is (64,106,136). Sum of RGB (Red+Green+Blue) = 64+106+136=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #406A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A88 is #BF9577. Grayscale: #606060. Windows color (decimal): -12555640 or 8940096. OLE color: 8940096.
HSL color Cylindrical-coordinate representation of color #406A88: hue angle of 205º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406A88 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 106 | 136 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.47 |
| HSL | 205º | 0.36% | 0.39% | - |
| HSV(B) | 205º | 0.53% | 0.53% | - |
| XYZ | 11.71 | 13.18 | 25.22 | - |
| YUV | 96.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 136 | 0.53 | 0.22 | 0 | 0.47 | 205 | 0.36 | 0.39 |
| Hex | 40 | 6A | 88 | 35 | 16 | 0 | 2F | CD | 24 | 27 |
| Octal | 100 | 152 | 210 | 65 | 26 | 0 | 57 | 315 | 44 | 47 |
| Binary | 1000000 | 1101010 | 10001000 | 110101 | 10110 | 0 | 101111 | 11001101 | 100100 | 100111 |
Color Harmonies of #406A88
Complementary color
Monochromatic Colors of #406A88
Black with #406A88
Text Example
Text Example
White with #406A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A88; }
p { color: rgb(64,106,136); }
H1.HeaderClassName
{
color: #406A88;
}
.AnyTagClassName
{
color: #406A88;
}
</style>
background-color css
<style>
a { background-color: #406A88; }
a { background-color: rgb(64,106,136); }
div.DivClassName
{
background-color: #406A88;
}
.BgClassName
{
background-color: #406A88;
}
</style>
border-color css
<style>
span { border-color: #406A88; }
span { border-color: rgb(64,106,136); }
td.TdClassName
{
border-color: #406A88;
}
.TagClassName
{
border-color: #406A88;
}
</style>