Shades of Chetwode Blue #616EC2
Tints of Chetwode Blue #616EC2
RGB
CMYK
RGB Variations
Color information
#616EC2 (or 0x616EC2) is known color: Chetwode Blue. HEX triplet: 61, 6E and C2. RGB value is (97,110,194). Sum of RGB (Red+Green+Blue) = 97+110+194=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #616EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EC2 is #9E913D. Grayscale: #737373. Windows color (decimal): -10391870 or 12742241. OLE color: 12742241.
HSL color Cylindrical-coordinate representation of color #616EC2: hue angle of 231.96º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616EC2 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 110 | 194 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.24 |
| HSL | 231.96º | 0.44% | 0.57% | - |
| HSV(B) | 231.96º | 0.5% | 0.76% | - |
| XYZ | 20.24 | 17.59 | 53.37 | - |
| YUV | 115.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 194 | 0.50 | 0.43 | 0 | 0.24 | 231.96 | 0.44 | 0.57 |
| Hex | 61 | 6E | C2 | 32 | 2B | 0 | 18 | E8 | 2C | 39 |
| Octal | 141 | 156 | 302 | 62 | 53 | 0 | 30 | 350 | 54 | 71 |
| Binary | 1100001 | 1101110 | 11000010 | 110010 | 101011 | 0 | 11000 | 11101000 | 101100 | 111001 |
Color Harmonies of #616EC2
Complementary color
Monochromatic Colors of #616EC2
Black with #616EC2
Text Example
Text Example
White with #616EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EC2; }
p { color: rgb(97,110,194); }
H1.HeaderClassName
{
color: #616EC2;
}
.AnyTagClassName
{
color: #616EC2;
}
</style>
background-color css
<style>
a { background-color: #616EC2; }
a { background-color: rgb(97,110,194); }
div.DivClassName
{
background-color: #616EC2;
}
.BgClassName
{
background-color: #616EC2;
}
</style>
border-color css
<style>
span { border-color: #616EC2; }
span { border-color: rgb(97,110,194); }
td.TdClassName
{
border-color: #616EC2;
}
.TagClassName
{
border-color: #616EC2;
}
</style>