Shades of Calypso #3C6D80
Tints of Calypso #3C6D80
RGB
CMYK
RGB Variations
Color information
#3C6D80 (or 0x3C6D80) is known color: Calypso. HEX triplet: 3C, 6D and 80. RGB value is (60,109,128). Sum of RGB (Red+Green+Blue) = 60+109+128=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C6D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6D80 is #C3927F. Grayscale: #606060. Windows color (decimal): -12817024 or 8416572. OLE color: 8416572.
HSL color Cylindrical-coordinate representation of color #3C6D80: hue angle of 196.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C6D80 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 109 | 128 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.50 |
| HSL | 196.76º | 0.36% | 0.37% | - |
| HSV(B) | 196.76º | 0.53% | 0.5% | - |
| XYZ | 11.23 | 13.46 | 22.43 | - |
| YUV | 96.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 128 | 0.53 | 0.15 | 0 | 0.50 | 196.76 | 0.36 | 0.37 |
| Hex | 3C | 6D | 80 | 35 | F | 0 | 32 | C5 | 24 | 25 |
| Octal | 74 | 155 | 200 | 65 | 17 | 0 | 62 | 305 | 44 | 45 |
| Binary | 111100 | 1101101 | 10000000 | 110101 | 1111 | 0 | 110010 | 11000101 | 100100 | 100101 |
Color Harmonies of #3C6D80
Complementary color
Monochromatic Colors of #3C6D80
Black with #3C6D80
Text Example
Text Example
White with #3C6D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D80; }
p { color: rgb(60,109,128); }
H1.HeaderClassName
{
color: #3C6D80;
}
.AnyTagClassName
{
color: #3C6D80;
}
</style>
background-color css
<style>
a { background-color: #3C6D80; }
a { background-color: rgb(60,109,128); }
div.DivClassName
{
background-color: #3C6D80;
}
.BgClassName
{
background-color: #3C6D80;
}
</style>
border-color css
<style>
span { border-color: #3C6D80; }
span { border-color: rgb(60,109,128); }
td.TdClassName
{
border-color: #3C6D80;
}
.TagClassName
{
border-color: #3C6D80;
}
</style>