Shades of Chetwode Blue #616DAA
Tints of Chetwode Blue #616DAA
RGB
CMYK
RGB Variations
Color information
#616DAA (or 0x616DAA) is known color: Chetwode Blue. HEX triplet: 61, 6D and AA. RGB value is (97,109,170). Sum of RGB (Red+Green+Blue) = 97+109+170=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #616DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DAA is #9E9255. Grayscale: #707070. Windows color (decimal): -10392150 or 11169121. OLE color: 11169121.
HSL color Cylindrical-coordinate representation of color #616DAA: hue angle of 230.14º 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 #616DAA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 109 | 170 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.33 |
| HSL | 230.14º | 0.3% | 0.52% | - |
| HSV(B) | 230.14º | 0.43% | 0.67% | - |
| XYZ | 17.65 | 16.38 | 40.26 | - |
| YUV | 112.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 170 | 0.43 | 0.36 | 0 | 0.33 | 230.14 | 0.3 | 0.52 |
| Hex | 61 | 6D | AA | 2B | 24 | 0 | 21 | E6 | 1E | 34 |
| Octal | 141 | 155 | 252 | 53 | 44 | 0 | 41 | 346 | 36 | 64 |
| Binary | 1100001 | 1101101 | 10101010 | 101011 | 100100 | 0 | 100001 | 11100110 | 11110 | 110100 |
Color Harmonies of #616DAA
Complementary color
Monochromatic Colors of #616DAA
Black with #616DAA
Text Example
Text Example
White with #616DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DAA; }
p { color: rgb(97,109,170); }
H1.HeaderClassName
{
color: #616DAA;
}
.AnyTagClassName
{
color: #616DAA;
}
</style>
background-color css
<style>
a { background-color: #616DAA; }
a { background-color: rgb(97,109,170); }
div.DivClassName
{
background-color: #616DAA;
}
.BgClassName
{
background-color: #616DAA;
}
</style>
border-color css
<style>
span { border-color: #616DAA; }
span { border-color: rgb(97,109,170); }
td.TdClassName
{
border-color: #616DAA;
}
.TagClassName
{
border-color: #616DAA;
}
</style>