Shades of Chetwode Blue #616FC6
Tints of Chetwode Blue #616FC6
RGB
CMYK
RGB Variations
Color information
#616FC6 (or 0x616FC6) is known color: Chetwode Blue. HEX triplet: 61, 6F and C6. RGB value is (97,111,198). Sum of RGB (Red+Green+Blue) = 97+111+198=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #616FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FC6 is #9E9039. Grayscale: #747474. Windows color (decimal): -10391610 or 13004641. OLE color: 13004641.
HSL color Cylindrical-coordinate representation of color #616FC6: hue angle of 231.68º 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 #616FC6 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 111 | 198 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.22 |
| HSL | 231.68º | 0.47% | 0.58% | - |
| HSV(B) | 231.68º | 0.51% | 0.78% | - |
| XYZ | 20.81 | 17.99 | 55.8 | - |
| YUV | 116.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 198 | 0.51 | 0.44 | 0 | 0.22 | 231.68 | 0.47 | 0.58 |
| Hex | 61 | 6F | C6 | 33 | 2C | 0 | 16 | E8 | 2F | 3A |
| Octal | 141 | 157 | 306 | 63 | 54 | 0 | 26 | 350 | 57 | 72 |
| Binary | 1100001 | 1101111 | 11000110 | 110011 | 101100 | 0 | 10110 | 11101000 | 101111 | 111010 |
Color Harmonies of #616FC6
Complementary color
Monochromatic Colors of #616FC6
Black with #616FC6
Text Example
Text Example
White with #616FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FC6; }
p { color: rgb(97,111,198); }
H1.HeaderClassName
{
color: #616FC6;
}
.AnyTagClassName
{
color: #616FC6;
}
</style>
background-color css
<style>
a { background-color: #616FC6; }
a { background-color: rgb(97,111,198); }
div.DivClassName
{
background-color: #616FC6;
}
.BgClassName
{
background-color: #616FC6;
}
</style>
border-color css
<style>
span { border-color: #616FC6; }
span { border-color: rgb(97,111,198); }
td.TdClassName
{
border-color: #616FC6;
}
.TagClassName
{
border-color: #616FC6;
}
</style>