Shades of Chetwode Blue #616ECF
Tints of Chetwode Blue #616ECF
RGB
CMYK
RGB Variations
Color information
#616ECF (or 0x616ECF) is known color: Chetwode Blue. HEX triplet: 61, 6E and CF. RGB value is (97,110,207). Sum of RGB (Red+Green+Blue) = 97+110+207=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #616ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ECF is #9E9130. Grayscale: #747474. Windows color (decimal): -10391857 or 13594209. OLE color: 13594209.
HSL color Cylindrical-coordinate representation of color #616ECF: hue angle of 232.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #616ECF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 110 | 207 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.19 |
| HSL | 232.91º | 0.53% | 0.6% | - |
| HSV(B) | 232.91º | 0.53% | 0.81% | - |
| XYZ | 21.77 | 18.2 | 61.4 | - |
| YUV | 117.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 207 | 0.53 | 0.47 | 0 | 0.19 | 232.91 | 0.53 | 0.6 |
| Hex | 61 | 6E | CF | 35 | 2F | 0 | 13 | E9 | 35 | 3C |
| Octal | 141 | 156 | 317 | 65 | 57 | 0 | 23 | 351 | 65 | 74 |
| Binary | 1100001 | 1101110 | 11001111 | 110101 | 101111 | 0 | 10011 | 11101001 | 110101 | 111100 |
Color Harmonies of #616ECF
Complementary color
Monochromatic Colors of #616ECF
Black with #616ECF
Text Example
Text Example
White with #616ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ECF; }
p { color: rgb(97,110,207); }
H1.HeaderClassName
{
color: #616ECF;
}
.AnyTagClassName
{
color: #616ECF;
}
</style>
background-color css
<style>
a { background-color: #616ECF; }
a { background-color: rgb(97,110,207); }
div.DivClassName
{
background-color: #616ECF;
}
.BgClassName
{
background-color: #616ECF;
}
</style>
border-color css
<style>
span { border-color: #616ECF; }
span { border-color: rgb(97,110,207); }
td.TdClassName
{
border-color: #616ECF;
}
.TagClassName
{
border-color: #616ECF;
}
</style>