Shades of Calypso #406C86
Tints of Calypso #406C86
RGB
CMYK
RGB Variations
Color information
#406C86 (or 0x406C86) is known color: Calypso. HEX triplet: 40, 6C and 86. RGB value is (64,108,134). Sum of RGB (Red+Green+Blue) = 64+108+134=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #406C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C86 is #BF9379. Grayscale: #616161. Windows color (decimal): -12555130 or 8809536. OLE color: 8809536.
HSL color Cylindrical-coordinate representation of color #406C86: hue angle of 202.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406C86 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 108 | 134 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.47 |
| HSL | 202.29º | 0.35% | 0.39% | - |
| HSV(B) | 202.29º | 0.52% | 0.53% | - |
| XYZ | 11.78 | 13.54 | 24.55 | - |
| YUV | 97.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 134 | 0.52 | 0.19 | 0 | 0.47 | 202.29 | 0.35 | 0.39 |
| Hex | 40 | 6C | 86 | 34 | 13 | 0 | 2F | CA | 23 | 27 |
| Octal | 100 | 154 | 206 | 64 | 23 | 0 | 57 | 312 | 43 | 47 |
| Binary | 1000000 | 1101100 | 10000110 | 110100 | 10011 | 0 | 101111 | 11001010 | 100011 | 100111 |
Color Harmonies of #406C86
Complementary color
Monochromatic Colors of #406C86
Black with #406C86
Text Example
Text Example
White with #406C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C86; }
p { color: rgb(64,108,134); }
H1.HeaderClassName
{
color: #406C86;
}
.AnyTagClassName
{
color: #406C86;
}
</style>
background-color css
<style>
a { background-color: #406C86; }
a { background-color: rgb(64,108,134); }
div.DivClassName
{
background-color: #406C86;
}
.BgClassName
{
background-color: #406C86;
}
</style>
border-color css
<style>
span { border-color: #406C86; }
span { border-color: rgb(64,108,134); }
td.TdClassName
{
border-color: #406C86;
}
.TagClassName
{
border-color: #406C86;
}
</style>