Shades of Chetwode Blue #616CC4
Tints of Chetwode Blue #616CC4
RGB
CMYK
RGB Variations
Color information
#616CC4 (or 0x616CC4) is known color: Chetwode Blue. HEX triplet: 61, 6C and C4. RGB value is (97,108,196). Sum of RGB (Red+Green+Blue) = 97+108+196=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #616CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CC4 is #9E933B. Grayscale: #727272. Windows color (decimal): -10392380 or 12872801. OLE color: 12872801.
HSL color Cylindrical-coordinate representation of color #616CC4: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616CC4 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 108 | 196 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.23 |
| HSL | 233.33º | 0.46% | 0.57% | - |
| HSV(B) | 233.33º | 0.51% | 0.77% | - |
| XYZ | 20.26 | 17.25 | 54.49 | - |
| YUV | 114.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 196 | 0.51 | 0.45 | 0 | 0.23 | 233.33 | 0.46 | 0.57 |
| Hex | 61 | 6C | C4 | 33 | 2D | 0 | 17 | E9 | 2E | 39 |
| Octal | 141 | 154 | 304 | 63 | 55 | 0 | 27 | 351 | 56 | 71 |
| Binary | 1100001 | 1101100 | 11000100 | 110011 | 101101 | 0 | 10111 | 11101001 | 101110 | 111001 |
Color Harmonies of #616CC4
Complementary color
Monochromatic Colors of #616CC4
Black with #616CC4
Text Example
Text Example
White with #616CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CC4; }
p { color: rgb(97,108,196); }
H1.HeaderClassName
{
color: #616CC4;
}
.AnyTagClassName
{
color: #616CC4;
}
</style>
background-color css
<style>
a { background-color: #616CC4; }
a { background-color: rgb(97,108,196); }
div.DivClassName
{
background-color: #616CC4;
}
.BgClassName
{
background-color: #616CC4;
}
</style>
border-color css
<style>
span { border-color: #616CC4; }
span { border-color: rgb(97,108,196); }
td.TdClassName
{
border-color: #616CC4;
}
.TagClassName
{
border-color: #616CC4;
}
</style>