Shades of Chetwode Blue #657AC5
Tints of Chetwode Blue #657AC5
RGB
CMYK
RGB Variations
Color information
#657AC5 (or 0x657AC5) is known color: Chetwode Blue. HEX triplet: 65, 7A and C5. RGB value is (101,122,197). Sum of RGB (Red+Green+Blue) = 101+122+197=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #657AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AC5 is #9A853A. Grayscale: #7B7B7B. Windows color (decimal): -10126651 or 12941925. OLE color: 12941925.
HSL color Cylindrical-coordinate representation of color #657AC5: hue angle of 226.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #657AC5 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 122 | 197 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.23 |
| HSL | 226.88º | 0.45% | 0.58% | - |
| HSV(B) | 226.88º | 0.49% | 0.77% | - |
| XYZ | 22.4 | 20.72 | 55.64 | - |
| YUV | 124.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 197 | 0.49 | 0.38 | 0 | 0.23 | 226.88 | 0.45 | 0.58 |
| Hex | 65 | 7A | C5 | 31 | 26 | 0 | 17 | E3 | 2D | 3A |
| Octal | 145 | 172 | 305 | 61 | 46 | 0 | 27 | 343 | 55 | 72 |
| Binary | 1100101 | 1111010 | 11000101 | 110001 | 100110 | 0 | 10111 | 11100011 | 101101 | 111010 |
Color Harmonies of #657AC5
Complementary color
Monochromatic Colors of #657AC5
Black with #657AC5
Text Example
Text Example
White with #657AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AC5; }
p { color: rgb(101,122,197); }
H1.HeaderClassName
{
color: #657AC5;
}
.AnyTagClassName
{
color: #657AC5;
}
</style>
background-color css
<style>
a { background-color: #657AC5; }
a { background-color: rgb(101,122,197); }
div.DivClassName
{
background-color: #657AC5;
}
.BgClassName
{
background-color: #657AC5;
}
</style>
border-color css
<style>
span { border-color: #657AC5; }
span { border-color: rgb(101,122,197); }
td.TdClassName
{
border-color: #657AC5;
}
.TagClassName
{
border-color: #657AC5;
}
</style>