Shades of Chetwode Blue #657DB5
Tints of Chetwode Blue #657DB5
RGB
CMYK
RGB Variations
Color information
#657DB5 (or 0x657DB5) is known color: Chetwode Blue. HEX triplet: 65, 7D and B5. RGB value is (101,125,181). Sum of RGB (Red+Green+Blue) = 101+125+181=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #657DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657DB5 is #9A824A. Grayscale: #7B7B7B. Windows color (decimal): -10125899 or 11894117. OLE color: 11894117.
HSL color Cylindrical-coordinate representation of color #657DB5: hue angle of 222º 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 #657DB5 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 125 | 181 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.29 |
| HSL | 222º | 0.35% | 0.55% | - |
| HSV(B) | 222º | 0.44% | 0.71% | - |
| XYZ | 21.04 | 20.77 | 46.62 | - |
| YUV | 124.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 181 | 0.44 | 0.31 | 0 | 0.29 | 222 | 0.35 | 0.55 |
| Hex | 65 | 7D | B5 | 2C | 1F | 0 | 1D | DE | 23 | 37 |
| Octal | 145 | 175 | 265 | 54 | 37 | 0 | 35 | 336 | 43 | 67 |
| Binary | 1100101 | 1111101 | 10110101 | 101100 | 11111 | 0 | 11101 | 11011110 | 100011 | 110111 |
Color Harmonies of #657DB5
Complementary color
Monochromatic Colors of #657DB5
Black with #657DB5
Text Example
Text Example
White with #657DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DB5; }
p { color: rgb(101,125,181); }
H1.HeaderClassName
{
color: #657DB5;
}
.AnyTagClassName
{
color: #657DB5;
}
</style>
background-color css
<style>
a { background-color: #657DB5; }
a { background-color: rgb(101,125,181); }
div.DivClassName
{
background-color: #657DB5;
}
.BgClassName
{
background-color: #657DB5;
}
</style>
border-color css
<style>
span { border-color: #657DB5; }
span { border-color: rgb(101,125,181); }
td.TdClassName
{
border-color: #657DB5;
}
.TagClassName
{
border-color: #657DB5;
}
</style>