Shades of Chetwode Blue #657AB5
Tints of Chetwode Blue #657AB5
RGB
CMYK
RGB Variations
Color information
#657AB5 (or 0x657AB5) is known color: Chetwode Blue. HEX triplet: 65, 7A and B5. RGB value is (101,122,181). Sum of RGB (Red+Green+Blue) = 101+122+181=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #657AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AB5 is #9A854A. Grayscale: #7A7A7A. Windows color (decimal): -10126667 or 11893349. OLE color: 11893349.
HSL color Cylindrical-coordinate representation of color #657AB5: hue angle of 224.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #657AB5 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 122 | 181 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.29 |
| HSL | 224.25º | 0.35% | 0.55% | - |
| HSV(B) | 224.25º | 0.44% | 0.71% | - |
| XYZ | 20.67 | 20.02 | 46.49 | - |
| YUV | 122.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 181 | 0.44 | 0.33 | 0 | 0.29 | 224.25 | 0.35 | 0.55 |
| Hex | 65 | 7A | B5 | 2C | 21 | 0 | 1D | E0 | 23 | 37 |
| Octal | 145 | 172 | 265 | 54 | 41 | 0 | 35 | 340 | 43 | 67 |
| Binary | 1100101 | 1111010 | 10110101 | 101100 | 100001 | 0 | 11101 | 11100000 | 100011 | 110111 |
Color Harmonies of #657AB5
Complementary color
Monochromatic Colors of #657AB5
Black with #657AB5
Text Example
Text Example
White with #657AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AB5; }
p { color: rgb(101,122,181); }
H1.HeaderClassName
{
color: #657AB5;
}
.AnyTagClassName
{
color: #657AB5;
}
</style>
background-color css
<style>
a { background-color: #657AB5; }
a { background-color: rgb(101,122,181); }
div.DivClassName
{
background-color: #657AB5;
}
.BgClassName
{
background-color: #657AB5;
}
</style>
border-color css
<style>
span { border-color: #657AB5; }
span { border-color: rgb(101,122,181); }
td.TdClassName
{
border-color: #657AB5;
}
.TagClassName
{
border-color: #657AB5;
}
</style>