Shades of Chetwode Blue #616EC6
Tints of Chetwode Blue #616EC6
RGB
CMYK
RGB Variations
Color information
#616EC6 (or 0x616EC6) is known color: Chetwode Blue. HEX triplet: 61, 6E and C6. RGB value is (97,110,198). Sum of RGB (Red+Green+Blue) = 97+110+198=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #616EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EC6 is #9E9139. Grayscale: #737373. Windows color (decimal): -10391866 or 13004385. OLE color: 13004385.
HSL color Cylindrical-coordinate representation of color #616EC6: hue angle of 232.28º degrees, saturation: 0.47, 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 #616EC6 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 110 | 198 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.22 |
| HSL | 232.28º | 0.47% | 0.58% | - |
| HSV(B) | 232.28º | 0.51% | 0.78% | - |
| XYZ | 20.7 | 17.77 | 55.77 | - |
| YUV | 116.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 198 | 0.51 | 0.44 | 0 | 0.22 | 232.28 | 0.47 | 0.58 |
| Hex | 61 | 6E | C6 | 33 | 2C | 0 | 16 | E8 | 2F | 3A |
| Octal | 141 | 156 | 306 | 63 | 54 | 0 | 26 | 350 | 57 | 72 |
| Binary | 1100001 | 1101110 | 11000110 | 110011 | 101100 | 0 | 10110 | 11101000 | 101111 | 111010 |
Color Harmonies of #616EC6
Complementary color
Monochromatic Colors of #616EC6
Black with #616EC6
Text Example
Text Example
White with #616EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EC6; }
p { color: rgb(97,110,198); }
H1.HeaderClassName
{
color: #616EC6;
}
.AnyTagClassName
{
color: #616EC6;
}
</style>
background-color css
<style>
a { background-color: #616EC6; }
a { background-color: rgb(97,110,198); }
div.DivClassName
{
background-color: #616EC6;
}
.BgClassName
{
background-color: #616EC6;
}
</style>
border-color css
<style>
span { border-color: #616EC6; }
span { border-color: rgb(97,110,198); }
td.TdClassName
{
border-color: #616EC6;
}
.TagClassName
{
border-color: #616EC6;
}
</style>