Shades of Chetwode Blue #616FA2
Tints of Chetwode Blue #616FA2
RGB
CMYK
RGB Variations
Color information
#616FA2 (or 0x616FA2) is known color: Chetwode Blue. HEX triplet: 61, 6F and A2. RGB value is (97,111,162). Sum of RGB (Red+Green+Blue) = 97+111+162=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #616FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FA2 is #9E905D. Grayscale: #707070. Windows color (decimal): -10391646 or 10645345. OLE color: 10645345.
HSL color Cylindrical-coordinate representation of color #616FA2: hue angle of 227.08º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616FA2 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 111 | 162 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.36 |
| HSL | 227.08º | 0.26% | 0.51% | - |
| HSV(B) | 227.08º | 0.4% | 0.64% | - |
| XYZ | 17.14 | 16.52 | 36.47 | - |
| YUV | 112.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 162 | 0.40 | 0.31 | 0 | 0.36 | 227.08 | 0.26 | 0.51 |
| Hex | 61 | 6F | A2 | 28 | 1F | 0 | 24 | E3 | 1A | 33 |
| Octal | 141 | 157 | 242 | 50 | 37 | 0 | 44 | 343 | 32 | 63 |
| Binary | 1100001 | 1101111 | 10100010 | 101000 | 11111 | 0 | 100100 | 11100011 | 11010 | 110011 |
Color Harmonies of #616FA2
Complementary color
Monochromatic Colors of #616FA2
Black with #616FA2
Text Example
Text Example
White with #616FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FA2; }
p { color: rgb(97,111,162); }
H1.HeaderClassName
{
color: #616FA2;
}
.AnyTagClassName
{
color: #616FA2;
}
</style>
background-color css
<style>
a { background-color: #616FA2; }
a { background-color: rgb(97,111,162); }
div.DivClassName
{
background-color: #616FA2;
}
.BgClassName
{
background-color: #616FA2;
}
</style>
border-color css
<style>
span { border-color: #616FA2; }
span { border-color: rgb(97,111,162); }
td.TdClassName
{
border-color: #616FA2;
}
.TagClassName
{
border-color: #616FA2;
}
</style>