Shades of Chetwode Blue #617AAB
Tints of Chetwode Blue #617AAB
RGB
CMYK
RGB Variations
Color information
#617AAB (or 0x617AAB) is known color: Chetwode Blue. HEX triplet: 61, 7A and AB. RGB value is (97,122,171). Sum of RGB (Red+Green+Blue) = 97+122+171=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #617AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AAB is #9E8554. Grayscale: #777777. Windows color (decimal): -10388821 or 11237985. OLE color: 11237985.
HSL color Cylindrical-coordinate representation of color #617AAB: hue angle of 219.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #617AAB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 122 | 171 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.33 |
| HSL | 219.73º | 0.31% | 0.53% | - |
| HSV(B) | 219.73º | 0.43% | 0.67% | - |
| XYZ | 19.24 | 19.4 | 41.26 | - |
| YUV | 120.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 171 | 0.43 | 0.29 | 0 | 0.33 | 219.73 | 0.31 | 0.53 |
| Hex | 61 | 7A | AB | 2B | 1D | 0 | 21 | DC | 1F | 35 |
| Octal | 141 | 172 | 253 | 53 | 35 | 0 | 41 | 334 | 37 | 65 |
| Binary | 1100001 | 1111010 | 10101011 | 101011 | 11101 | 0 | 100001 | 11011100 | 11111 | 110101 |
Color Harmonies of #617AAB
Complementary color
Monochromatic Colors of #617AAB
Black with #617AAB
Text Example
Text Example
White with #617AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AAB; }
p { color: rgb(97,122,171); }
H1.HeaderClassName
{
color: #617AAB;
}
.AnyTagClassName
{
color: #617AAB;
}
</style>
background-color css
<style>
a { background-color: #617AAB; }
a { background-color: rgb(97,122,171); }
div.DivClassName
{
background-color: #617AAB;
}
.BgClassName
{
background-color: #617AAB;
}
</style>
border-color css
<style>
span { border-color: #617AAB; }
span { border-color: rgb(97,122,171); }
td.TdClassName
{
border-color: #617AAB;
}
.TagClassName
{
border-color: #617AAB;
}
</style>