Shades of Chetwode Blue #616BC1
Tints of Chetwode Blue #616BC1
RGB
CMYK
RGB Variations
Color information
#616BC1 (or 0x616BC1) is known color: Chetwode Blue. HEX triplet: 61, 6B and C1. RGB value is (97,107,193). Sum of RGB (Red+Green+Blue) = 97+107+193=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #616BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BC1 is #9E943E. Grayscale: #717171. Windows color (decimal): -10392639 or 12675937. OLE color: 12675937.
HSL color Cylindrical-coordinate representation of color #616BC1: hue angle of 233.75º 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 #616BC1 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 107 | 193 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.24 |
| HSL | 233.75º | 0.44% | 0.57% | - |
| HSV(B) | 233.75º | 0.5% | 0.76% | - |
| XYZ | 19.81 | 16.91 | 52.67 | - |
| YUV | 113.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 193 | 0.50 | 0.45 | 0 | 0.24 | 233.75 | 0.44 | 0.57 |
| Hex | 61 | 6B | C1 | 32 | 2D | 0 | 18 | EA | 2C | 39 |
| Octal | 141 | 153 | 301 | 62 | 55 | 0 | 30 | 352 | 54 | 71 |
| Binary | 1100001 | 1101011 | 11000001 | 110010 | 101101 | 0 | 11000 | 11101010 | 101100 | 111001 |
Color Harmonies of #616BC1
Complementary color
Monochromatic Colors of #616BC1
Black with #616BC1
Text Example
Text Example
White with #616BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BC1; }
p { color: rgb(97,107,193); }
H1.HeaderClassName
{
color: #616BC1;
}
.AnyTagClassName
{
color: #616BC1;
}
</style>
background-color css
<style>
a { background-color: #616BC1; }
a { background-color: rgb(97,107,193); }
div.DivClassName
{
background-color: #616BC1;
}
.BgClassName
{
background-color: #616BC1;
}
</style>
border-color css
<style>
span { border-color: #616BC1; }
span { border-color: rgb(97,107,193); }
td.TdClassName
{
border-color: #616BC1;
}
.TagClassName
{
border-color: #616BC1;
}
</style>