Shades of Chetwode Blue #616ECD
Tints of Chetwode Blue #616ECD
RGB
CMYK
RGB Variations
Color information
#616ECD (or 0x616ECD) is known color: Chetwode Blue. HEX triplet: 61, 6E and CD. RGB value is (97,110,205). Sum of RGB (Red+Green+Blue) = 97+110+205=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #616ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ECD is #9E9132. Grayscale: #747474. Windows color (decimal): -10391859 or 13463137. OLE color: 13463137.
HSL color Cylindrical-coordinate representation of color #616ECD: hue angle of 232.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ECD is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 110 | 205 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.20 |
| HSL | 232.78º | 0.52% | 0.59% | - |
| HSV(B) | 232.78º | 0.53% | 0.8% | - |
| XYZ | 21.53 | 18.1 | 60.12 | - |
| YUV | 116.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 205 | 0.53 | 0.46 | 0 | 0.20 | 232.78 | 0.52 | 0.59 |
| Hex | 61 | 6E | CD | 35 | 2E | 0 | 14 | E9 | 34 | 3B |
| Octal | 141 | 156 | 315 | 65 | 56 | 0 | 24 | 351 | 64 | 73 |
| Binary | 1100001 | 1101110 | 11001101 | 110101 | 101110 | 0 | 10100 | 11101001 | 110100 | 111011 |
Color Harmonies of #616ECD
Complementary color
Monochromatic Colors of #616ECD
Black with #616ECD
Text Example
Text Example
White with #616ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ECD; }
p { color: rgb(97,110,205); }
H1.HeaderClassName
{
color: #616ECD;
}
.AnyTagClassName
{
color: #616ECD;
}
</style>
background-color css
<style>
a { background-color: #616ECD; }
a { background-color: rgb(97,110,205); }
div.DivClassName
{
background-color: #616ECD;
}
.BgClassName
{
background-color: #616ECD;
}
</style>
border-color css
<style>
span { border-color: #616ECD; }
span { border-color: rgb(97,110,205); }
td.TdClassName
{
border-color: #616ECD;
}
.TagClassName
{
border-color: #616ECD;
}
</style>