Shades of Chetwode Blue #616EC7
Tints of Chetwode Blue #616EC7
RGB
CMYK
RGB Variations
Color information
#616EC7 (or 0x616EC7) is known color: Chetwode Blue. HEX triplet: 61, 6E and C7. RGB value is (97,110,199). Sum of RGB (Red+Green+Blue) = 97+110+199=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #616EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EC7 is #9E9138. Grayscale: #737373. Windows color (decimal): -10391865 or 13069921. OLE color: 13069921.
HSL color Cylindrical-coordinate representation of color #616EC7: hue angle of 232.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616EC7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 110 | 199 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.22 |
| HSL | 232.35º | 0.48% | 0.58% | - |
| HSV(B) | 232.35º | 0.51% | 0.78% | - |
| XYZ | 20.81 | 17.82 | 56.37 | - |
| YUV | 116.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 199 | 0.51 | 0.45 | 0 | 0.22 | 232.35 | 0.48 | 0.58 |
| Hex | 61 | 6E | C7 | 33 | 2D | 0 | 16 | E8 | 30 | 3A |
| Octal | 141 | 156 | 307 | 63 | 55 | 0 | 26 | 350 | 60 | 72 |
| Binary | 1100001 | 1101110 | 11000111 | 110011 | 101101 | 0 | 10110 | 11101000 | 110000 | 111010 |
Color Harmonies of #616EC7
Complementary color
Monochromatic Colors of #616EC7
Black with #616EC7
Text Example
Text Example
White with #616EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EC7; }
p { color: rgb(97,110,199); }
H1.HeaderClassName
{
color: #616EC7;
}
.AnyTagClassName
{
color: #616EC7;
}
</style>
background-color css
<style>
a { background-color: #616EC7; }
a { background-color: rgb(97,110,199); }
div.DivClassName
{
background-color: #616EC7;
}
.BgClassName
{
background-color: #616EC7;
}
</style>
border-color css
<style>
span { border-color: #616EC7; }
span { border-color: rgb(97,110,199); }
td.TdClassName
{
border-color: #616EC7;
}
.TagClassName
{
border-color: #616EC7;
}
</style>