Shades of Chetwode Blue #616FAA
Tints of Chetwode Blue #616FAA
RGB
CMYK
RGB Variations
Color information
#616FAA (or 0x616FAA) is known color: Chetwode Blue. HEX triplet: 61, 6F and AA. RGB value is (97,111,170). Sum of RGB (Red+Green+Blue) = 97+111+170=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #616FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAA is #9E9055. Grayscale: #717171. Windows color (decimal): -10391638 or 11169633. OLE color: 11169633.
HSL color Cylindrical-coordinate representation of color #616FAA: hue angle of 228.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616FAA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 111 | 170 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.33 |
| HSL | 228.49º | 0.3% | 0.52% | - |
| HSV(B) | 228.49º | 0.43% | 0.67% | - |
| XYZ | 17.87 | 16.81 | 40.33 | - |
| YUV | 113.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 170 | 0.43 | 0.35 | 0 | 0.33 | 228.49 | 0.3 | 0.52 |
| Hex | 61 | 6F | AA | 2B | 23 | 0 | 21 | E4 | 1E | 34 |
| Octal | 141 | 157 | 252 | 53 | 43 | 0 | 41 | 344 | 36 | 64 |
| Binary | 1100001 | 1101111 | 10101010 | 101011 | 100011 | 0 | 100001 | 11100100 | 11110 | 110100 |
Color Harmonies of #616FAA
Complementary color
Monochromatic Colors of #616FAA
Black with #616FAA
Text Example
Text Example
White with #616FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FAA; }
p { color: rgb(97,111,170); }
H1.HeaderClassName
{
color: #616FAA;
}
.AnyTagClassName
{
color: #616FAA;
}
</style>
background-color css
<style>
a { background-color: #616FAA; }
a { background-color: rgb(97,111,170); }
div.DivClassName
{
background-color: #616FAA;
}
.BgClassName
{
background-color: #616FAA;
}
</style>
border-color css
<style>
span { border-color: #616FAA; }
span { border-color: rgb(97,111,170); }
td.TdClassName
{
border-color: #616FAA;
}
.TagClassName
{
border-color: #616FAA;
}
</style>