Shades of Chetwode Blue #616EC4
Tints of Chetwode Blue #616EC4
RGB
CMYK
RGB Variations
Color information
#616EC4 (or 0x616EC4) is known color: Chetwode Blue. HEX triplet: 61, 6E and C4. RGB value is (97,110,196). Sum of RGB (Red+Green+Blue) = 97+110+196=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #616EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EC4 is #9E913B. Grayscale: #737373. Windows color (decimal): -10391868 or 12873313. OLE color: 12873313.
HSL color Cylindrical-coordinate representation of color #616EC4: hue angle of 232.12º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616EC4 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 110 | 196 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.23 |
| HSL | 232.12º | 0.46% | 0.57% | - |
| HSV(B) | 232.12º | 0.51% | 0.77% | - |
| XYZ | 20.47 | 17.68 | 54.56 | - |
| YUV | 115.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 196 | 0.51 | 0.44 | 0 | 0.23 | 232.12 | 0.46 | 0.57 |
| Hex | 61 | 6E | C4 | 33 | 2C | 0 | 17 | E8 | 2E | 39 |
| Octal | 141 | 156 | 304 | 63 | 54 | 0 | 27 | 350 | 56 | 71 |
| Binary | 1100001 | 1101110 | 11000100 | 110011 | 101100 | 0 | 10111 | 11101000 | 101110 | 111001 |
Color Harmonies of #616EC4
Complementary color
Monochromatic Colors of #616EC4
Black with #616EC4
Text Example
Text Example
White with #616EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EC4; }
p { color: rgb(97,110,196); }
H1.HeaderClassName
{
color: #616EC4;
}
.AnyTagClassName
{
color: #616EC4;
}
</style>
background-color css
<style>
a { background-color: #616EC4; }
a { background-color: rgb(97,110,196); }
div.DivClassName
{
background-color: #616EC4;
}
.BgClassName
{
background-color: #616EC4;
}
</style>
border-color css
<style>
span { border-color: #616EC4; }
span { border-color: rgb(97,110,196); }
td.TdClassName
{
border-color: #616EC4;
}
.TagClassName
{
border-color: #616EC4;
}
</style>