Shades of Chetwode Blue #657AB9
Tints of Chetwode Blue #657AB9
RGB
CMYK
RGB Variations
Color information
#657AB9 (or 0x657AB9) is known color: Chetwode Blue. HEX triplet: 65, 7A and B9. RGB value is (101,122,185). Sum of RGB (Red+Green+Blue) = 101+122+185=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #657AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AB9 is #9A8546. Grayscale: #7A7A7A. Windows color (decimal): -10126663 or 12155493. OLE color: 12155493.
HSL color Cylindrical-coordinate representation of color #657AB9: hue angle of 225º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #657AB9 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 122 | 185 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.27 |
| HSL | 225º | 0.38% | 0.56% | - |
| HSV(B) | 225º | 0.45% | 0.73% | - |
| XYZ | 21.08 | 20.19 | 48.68 | - |
| YUV | 122.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 185 | 0.45 | 0.34 | 0 | 0.27 | 225 | 0.38 | 0.56 |
| Hex | 65 | 7A | B9 | 2D | 22 | 0 | 1B | E1 | 26 | 38 |
| Octal | 145 | 172 | 271 | 55 | 42 | 0 | 33 | 341 | 46 | 70 |
| Binary | 1100101 | 1111010 | 10111001 | 101101 | 100010 | 0 | 11011 | 11100001 | 100110 | 111000 |
Color Harmonies of #657AB9
Complementary color
Monochromatic Colors of #657AB9
Black with #657AB9
Text Example
Text Example
White with #657AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AB9; }
p { color: rgb(101,122,185); }
H1.HeaderClassName
{
color: #657AB9;
}
.AnyTagClassName
{
color: #657AB9;
}
</style>
background-color css
<style>
a { background-color: #657AB9; }
a { background-color: rgb(101,122,185); }
div.DivClassName
{
background-color: #657AB9;
}
.BgClassName
{
background-color: #657AB9;
}
</style>
border-color css
<style>
span { border-color: #657AB9; }
span { border-color: rgb(101,122,185); }
td.TdClassName
{
border-color: #657AB9;
}
.TagClassName
{
border-color: #657AB9;
}
</style>