Shades of Chetwode Blue #616ECC
Tints of Chetwode Blue #616ECC
RGB
CMYK
RGB Variations
Color information
#616ECC (or 0x616ECC) is known color: Chetwode Blue. HEX triplet: 61, 6E and CC. RGB value is (97,110,204). Sum of RGB (Red+Green+Blue) = 97+110+204=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #616ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ECC is #9E9133. Grayscale: #747474. Windows color (decimal): -10391860 or 13397601. OLE color: 13397601.
HSL color Cylindrical-coordinate representation of color #616ECC: hue angle of 232.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616ECC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 110 | 204 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.2 |
| HSL | 232.71º | 0.51% | 0.59% | - |
| HSV(B) | 232.71º | 0.52% | 0.8% | - |
| XYZ | 21.4 | 18.05 | 59.48 | - |
| YUV | 116.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 204 | 0.52 | 0.46 | 0 | 0.2 | 232.71 | 0.51 | 0.59 |
| Hex | 61 | 6E | CC | 34 | 2E | 0 | 14 | E9 | 33 | 3B |
| Octal | 141 | 156 | 314 | 64 | 56 | 0 | 24 | 351 | 63 | 73 |
| Binary | 1100001 | 1101110 | 11001100 | 110100 | 101110 | 0 | 10100 | 11101001 | 110011 | 111011 |
Color Harmonies of #616ECC
Complementary color
Monochromatic Colors of #616ECC
Black with #616ECC
Text Example
Text Example
White with #616ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ECC; }
p { color: rgb(97,110,204); }
H1.HeaderClassName
{
color: #616ECC;
}
.AnyTagClassName
{
color: #616ECC;
}
</style>
background-color css
<style>
a { background-color: #616ECC; }
a { background-color: rgb(97,110,204); }
div.DivClassName
{
background-color: #616ECC;
}
.BgClassName
{
background-color: #616ECC;
}
</style>
border-color css
<style>
span { border-color: #616ECC; }
span { border-color: rgb(97,110,204); }
td.TdClassName
{
border-color: #616ECC;
}
.TagClassName
{
border-color: #616ECC;
}
</style>