Shades of Chetwode Blue #616DC7
Tints of Chetwode Blue #616DC7
RGB
CMYK
RGB Variations
Color information
#616DC7 (or 0x616DC7) is known color: Chetwode Blue. HEX triplet: 61, 6D and C7. RGB value is (97,109,199). Sum of RGB (Red+Green+Blue) = 97+109+199=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #616DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DC7 is #9E9238. Grayscale: #737373. Windows color (decimal): -10392121 or 13069665. OLE color: 13069665.
HSL color Cylindrical-coordinate representation of color #616DC7: hue angle of 232.94º 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 #616DC7 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 109 | 199 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.22 |
| HSL | 232.94º | 0.48% | 0.58% | - |
| HSV(B) | 232.94º | 0.51% | 0.78% | - |
| XYZ | 20.71 | 17.6 | 56.34 | - |
| YUV | 115.67 | 175.02 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 199 | 0.51 | 0.45 | 0 | 0.22 | 232.94 | 0.48 | 0.58 |
| Hex | 61 | 6D | C7 | 33 | 2D | 0 | 16 | E9 | 30 | 3A |
| Octal | 141 | 155 | 307 | 63 | 55 | 0 | 26 | 351 | 60 | 72 |
| Binary | 1100001 | 1101101 | 11000111 | 110011 | 101101 | 0 | 10110 | 11101001 | 110000 | 111010 |
Color Harmonies of #616DC7
Complementary color
Monochromatic Colors of #616DC7
Black with #616DC7
Text Example
Text Example
White with #616DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DC7; }
p { color: rgb(97,109,199); }
H1.HeaderClassName
{
color: #616DC7;
}
.AnyTagClassName
{
color: #616DC7;
}
</style>
background-color css
<style>
a { background-color: #616DC7; }
a { background-color: rgb(97,109,199); }
div.DivClassName
{
background-color: #616DC7;
}
.BgClassName
{
background-color: #616DC7;
}
</style>
border-color css
<style>
span { border-color: #616DC7; }
span { border-color: rgb(97,109,199); }
td.TdClassName
{
border-color: #616DC7;
}
.TagClassName
{
border-color: #616DC7;
}
</style>