Shades of Chetwode Blue #657CBD
Tints of Chetwode Blue #657CBD
RGB
CMYK
RGB Variations
Color information
#657CBD (or 0x657CBD) is known color: Chetwode Blue. HEX triplet: 65, 7C and BD. RGB value is (101,124,189). Sum of RGB (Red+Green+Blue) = 101+124+189=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #657CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657CBD is #9A8342. Grayscale: #7C7C7C. Windows color (decimal): -10126147 or 12418149. OLE color: 12418149.
HSL color Cylindrical-coordinate representation of color #657CBD: hue angle of 224.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #657CBD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 124 | 189 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.26 |
| HSL | 224.32º | 0.4% | 0.57% | - |
| HSV(B) | 224.32º | 0.47% | 0.74% | - |
| XYZ | 21.76 | 20.86 | 51.02 | - |
| YUV | 124.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 189 | 0.47 | 0.34 | 0 | 0.26 | 224.32 | 0.4 | 0.57 |
| Hex | 65 | 7C | BD | 2F | 22 | 0 | 1A | E0 | 28 | 39 |
| Octal | 145 | 174 | 275 | 57 | 42 | 0 | 32 | 340 | 50 | 71 |
| Binary | 1100101 | 1111100 | 10111101 | 101111 | 100010 | 0 | 11010 | 11100000 | 101000 | 111001 |
Color Harmonies of #657CBD
Complementary color
Monochromatic Colors of #657CBD
Black with #657CBD
Text Example
Text Example
White with #657CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CBD; }
p { color: rgb(101,124,189); }
H1.HeaderClassName
{
color: #657CBD;
}
.AnyTagClassName
{
color: #657CBD;
}
</style>
background-color css
<style>
a { background-color: #657CBD; }
a { background-color: rgb(101,124,189); }
div.DivClassName
{
background-color: #657CBD;
}
.BgClassName
{
background-color: #657CBD;
}
</style>
border-color css
<style>
span { border-color: #657CBD; }
span { border-color: rgb(101,124,189); }
td.TdClassName
{
border-color: #657CBD;
}
.TagClassName
{
border-color: #657CBD;
}
</style>