Shades of Chetwode Blue #657AAE
Tints of Chetwode Blue #657AAE
RGB
CMYK
RGB Variations
Color information
#657AAE (or 0x657AAE) is known color: Chetwode Blue. HEX triplet: 65, 7A and AE. RGB value is (101,122,174). Sum of RGB (Red+Green+Blue) = 101+122+174=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #657AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657AAE is #9A8551. Grayscale: #797979. Windows color (decimal): -10126674 or 11434597. OLE color: 11434597.
HSL color Cylindrical-coordinate representation of color #657AAE: hue angle of 222.74º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #657AAE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 122 | 174 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.32 |
| HSL | 222.74º | 0.31% | 0.54% | - |
| HSV(B) | 222.74º | 0.42% | 0.68% | - |
| XYZ | 19.97 | 19.74 | 42.8 | - |
| YUV | 121.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 174 | 0.42 | 0.30 | 0 | 0.32 | 222.74 | 0.31 | 0.54 |
| Hex | 65 | 7A | AE | 2A | 1E | 0 | 20 | DF | 1F | 36 |
| Octal | 145 | 172 | 256 | 52 | 36 | 0 | 40 | 337 | 37 | 66 |
| Binary | 1100101 | 1111010 | 10101110 | 101010 | 11110 | 0 | 100000 | 11011111 | 11111 | 110110 |
Color Harmonies of #657AAE
Complementary color
Monochromatic Colors of #657AAE
Black with #657AAE
Text Example
Text Example
White with #657AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AAE; }
p { color: rgb(101,122,174); }
H1.HeaderClassName
{
color: #657AAE;
}
.AnyTagClassName
{
color: #657AAE;
}
</style>
background-color css
<style>
a { background-color: #657AAE; }
a { background-color: rgb(101,122,174); }
div.DivClassName
{
background-color: #657AAE;
}
.BgClassName
{
background-color: #657AAE;
}
</style>
border-color css
<style>
span { border-color: #657AAE; }
span { border-color: rgb(101,122,174); }
td.TdClassName
{
border-color: #657AAE;
}
.TagClassName
{
border-color: #657AAE;
}
</style>