Shades of Chetwode Blue #616BA4
Tints of Chetwode Blue #616BA4
RGB
CMYK
RGB Variations
Color information
#616BA4 (or 0x616BA4) is known color: Chetwode Blue. HEX triplet: 61, 6B and A4. RGB value is (97,107,164). Sum of RGB (Red+Green+Blue) = 97+107+164=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #616BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BA4 is #9E945B. Grayscale: #6E6E6E. Windows color (decimal): -10392668 or 10775393. OLE color: 10775393.
HSL color Cylindrical-coordinate representation of color #616BA4: hue angle of 231.04º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #616BA4 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 107 | 164 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.36 |
| HSL | 231.04º | 0.27% | 0.51% | - |
| HSV(B) | 231.04º | 0.41% | 0.64% | - |
| XYZ | 16.89 | 15.74 | 37.27 | - |
| YUV | 110.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 164 | 0.41 | 0.35 | 0 | 0.36 | 231.04 | 0.27 | 0.51 |
| Hex | 61 | 6B | A4 | 29 | 23 | 0 | 24 | E7 | 1B | 33 |
| Octal | 141 | 153 | 244 | 51 | 43 | 0 | 44 | 347 | 33 | 63 |
| Binary | 1100001 | 1101011 | 10100100 | 101001 | 100011 | 0 | 100100 | 11100111 | 11011 | 110011 |
Color Harmonies of #616BA4
Complementary color
Monochromatic Colors of #616BA4
Black with #616BA4
Text Example
Text Example
White with #616BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BA4; }
p { color: rgb(97,107,164); }
H1.HeaderClassName
{
color: #616BA4;
}
.AnyTagClassName
{
color: #616BA4;
}
</style>
background-color css
<style>
a { background-color: #616BA4; }
a { background-color: rgb(97,107,164); }
div.DivClassName
{
background-color: #616BA4;
}
.BgClassName
{
background-color: #616BA4;
}
</style>
border-color css
<style>
span { border-color: #616BA4; }
span { border-color: rgb(97,107,164); }
td.TdClassName
{
border-color: #616BA4;
}
.TagClassName
{
border-color: #616BA4;
}
</style>