Shades of Chetwode Blue #617AAE
Tints of Chetwode Blue #617AAE
RGB
CMYK
RGB Variations
Color information
#617AAE (or 0x617AAE) is known color: Chetwode Blue. HEX triplet: 61, 7A and AE. RGB value is (97,122,174). Sum of RGB (Red+Green+Blue) = 97+122+174=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #617AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AAE is #9E8551. Grayscale: #787878. Windows color (decimal): -10388818 or 11434593. OLE color: 11434593.
HSL color Cylindrical-coordinate representation of color #617AAE: hue angle of 220.52º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617AAE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 122 | 174 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.32 |
| HSL | 220.52º | 0.32% | 0.53% | - |
| HSV(B) | 220.52º | 0.44% | 0.68% | - |
| XYZ | 19.53 | 19.52 | 42.78 | - |
| YUV | 120.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 174 | 0.44 | 0.30 | 0 | 0.32 | 220.52 | 0.32 | 0.53 |
| Hex | 61 | 7A | AE | 2C | 1E | 0 | 20 | DD | 20 | 35 |
| Octal | 141 | 172 | 256 | 54 | 36 | 0 | 40 | 335 | 40 | 65 |
| Binary | 1100001 | 1111010 | 10101110 | 101100 | 11110 | 0 | 100000 | 11011101 | 100000 | 110101 |
Color Harmonies of #617AAE
Complementary color
Monochromatic Colors of #617AAE
Black with #617AAE
Text Example
Text Example
White with #617AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AAE; }
p { color: rgb(97,122,174); }
H1.HeaderClassName
{
color: #617AAE;
}
.AnyTagClassName
{
color: #617AAE;
}
</style>
background-color css
<style>
a { background-color: #617AAE; }
a { background-color: rgb(97,122,174); }
div.DivClassName
{
background-color: #617AAE;
}
.BgClassName
{
background-color: #617AAE;
}
</style>
border-color css
<style>
span { border-color: #617AAE; }
span { border-color: rgb(97,122,174); }
td.TdClassName
{
border-color: #617AAE;
}
.TagClassName
{
border-color: #617AAE;
}
</style>