Shades of Chetwode Blue #657AB0
Tints of Chetwode Blue #657AB0
RGB
CMYK
RGB Variations
Color information
#657AB0 (or 0x657AB0) is known color: Chetwode Blue. HEX triplet: 65, 7A and B0. RGB value is (101,122,176). Sum of RGB (Red+Green+Blue) = 101+122+176=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #657AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657AB0 is #9A854F. Grayscale: #797979. Windows color (decimal): -10126672 or 11565669. OLE color: 11565669.
HSL color Cylindrical-coordinate representation of color #657AB0: hue angle of 223.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657AB0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 122 | 176 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.31 |
| HSL | 223.2º | 0.32% | 0.54% | - |
| HSV(B) | 223.2º | 0.43% | 0.69% | - |
| XYZ | 20.16 | 19.82 | 43.84 | - |
| YUV | 121.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 176 | 0.43 | 0.31 | 0 | 0.31 | 223.2 | 0.32 | 0.54 |
| Hex | 65 | 7A | B0 | 2B | 1F | 0 | 1F | DF | 20 | 36 |
| Octal | 145 | 172 | 260 | 53 | 37 | 0 | 37 | 337 | 40 | 66 |
| Binary | 1100101 | 1111010 | 10110000 | 101011 | 11111 | 0 | 11111 | 11011111 | 100000 | 110110 |
Color Harmonies of #657AB0
Complementary color
Monochromatic Colors of #657AB0
Black with #657AB0
Text Example
Text Example
White with #657AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AB0; }
p { color: rgb(101,122,176); }
H1.HeaderClassName
{
color: #657AB0;
}
.AnyTagClassName
{
color: #657AB0;
}
</style>
background-color css
<style>
a { background-color: #657AB0; }
a { background-color: rgb(101,122,176); }
div.DivClassName
{
background-color: #657AB0;
}
.BgClassName
{
background-color: #657AB0;
}
</style>
border-color css
<style>
span { border-color: #657AB0; }
span { border-color: rgb(101,122,176); }
td.TdClassName
{
border-color: #657AB0;
}
.TagClassName
{
border-color: #657AB0;
}
</style>