Shades of Chetwode Blue #616ED0
Tints of Chetwode Blue #616ED0
RGB
CMYK
RGB Variations
Color information
#616ED0 (or 0x616ED0) is known color: Chetwode Blue. HEX triplet: 61, 6E and D0. RGB value is (97,110,208). Sum of RGB (Red+Green+Blue) = 97+110+208=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #616ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED0 is #9E912F. Grayscale: #747474. Windows color (decimal): -10391856 or 13659745. OLE color: 13659745.
HSL color Cylindrical-coordinate representation of color #616ED0: hue angle of 232.97º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ED0 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 110 | 208 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.18 |
| HSL | 232.97º | 0.54% | 0.6% | - |
| HSV(B) | 232.97º | 0.53% | 0.82% | - |
| XYZ | 21.89 | 18.25 | 62.04 | - |
| YUV | 117.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 208 | 0.53 | 0.47 | 0 | 0.18 | 232.97 | 0.54 | 0.6 |
| Hex | 61 | 6E | D0 | 35 | 2F | 0 | 12 | E9 | 36 | 3C |
| Octal | 141 | 156 | 320 | 65 | 57 | 0 | 22 | 351 | 66 | 74 |
| Binary | 1100001 | 1101110 | 11010000 | 110101 | 101111 | 0 | 10010 | 11101001 | 110110 | 111100 |
Color Harmonies of #616ED0
Complementary color
Monochromatic Colors of #616ED0
Black with #616ED0
Text Example
Text Example
White with #616ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ED0; }
p { color: rgb(97,110,208); }
H1.HeaderClassName
{
color: #616ED0;
}
.AnyTagClassName
{
color: #616ED0;
}
</style>
background-color css
<style>
a { background-color: #616ED0; }
a { background-color: rgb(97,110,208); }
div.DivClassName
{
background-color: #616ED0;
}
.BgClassName
{
background-color: #616ED0;
}
</style>
border-color css
<style>
span { border-color: #616ED0; }
span { border-color: rgb(97,110,208); }
td.TdClassName
{
border-color: #616ED0;
}
.TagClassName
{
border-color: #616ED0;
}
</style>