Shades of Chetwode Blue #657DB2
Tints of Chetwode Blue #657DB2
RGB
CMYK
RGB Variations
Color information
#657DB2 (or 0x657DB2) is known color: Chetwode Blue. HEX triplet: 65, 7D and B2. RGB value is (101,125,178). Sum of RGB (Red+Green+Blue) = 101+125+178=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 178 - color contains mainly: blue. Hex color #657DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DB2 is #9A824D. Grayscale: #7B7B7B. Windows color (decimal): -10125902 or 11697509. OLE color: 11697509.
HSL color Cylindrical-coordinate representation of color #657DB2: hue angle of 221.3º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657DB2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 125 | 178 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.30 |
| HSL | 221.3º | 0.33% | 0.55% | - |
| HSV(B) | 221.3º | 0.43% | 0.7% | - |
| XYZ | 20.74 | 20.65 | 45.01 | - |
| YUV | 123.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 178 | 0.43 | 0.30 | 0 | 0.30 | 221.3 | 0.33 | 0.55 |
| Hex | 65 | 7D | B2 | 2B | 1E | 0 | 1E | DD | 21 | 37 |
| Octal | 145 | 175 | 262 | 53 | 36 | 0 | 36 | 335 | 41 | 67 |
| Binary | 1100101 | 1111101 | 10110010 | 101011 | 11110 | 0 | 11110 | 11011101 | 100001 | 110111 |
Color Harmonies of #657DB2
Complementary color
Monochromatic Colors of #657DB2
Black with #657DB2
Text Example
Text Example
White with #657DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657DB2; }
p { color: rgb(101,125,178); }
H1.HeaderClassName
{
color: #657DB2;
}
.AnyTagClassName
{
color: #657DB2;
}
</style>
background-color css
<style>
a { background-color: #657DB2; }
a { background-color: rgb(101,125,178); }
div.DivClassName
{
background-color: #657DB2;
}
.BgClassName
{
background-color: #657DB2;
}
</style>
border-color css
<style>
span { border-color: #657DB2; }
span { border-color: rgb(101,125,178); }
td.TdClassName
{
border-color: #657DB2;
}
.TagClassName
{
border-color: #657DB2;
}
</style>