Shades of Chetwode Blue #657CB2
Tints of Chetwode Blue #657CB2
RGB
CMYK
RGB Variations
Color information
#657CB2 (or 0x657CB2) is known color: Chetwode Blue. HEX triplet: 65, 7C and B2. RGB value is (101,124,178). Sum of RGB (Red+Green+Blue) = 101+124+178=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #657CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CB2 is #9A834D. Grayscale: #7B7B7B. Windows color (decimal): -10126158 or 11697253. OLE color: 11697253.
HSL color Cylindrical-coordinate representation of color #657CB2: hue angle of 222.08º 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 #657CB2 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 124 | 178 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.30 |
| HSL | 222.08º | 0.33% | 0.55% | - |
| HSV(B) | 222.08º | 0.43% | 0.7% | - |
| XYZ | 20.61 | 20.4 | 44.97 | - |
| YUV | 123.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 178 | 0.43 | 0.30 | 0 | 0.30 | 222.08 | 0.33 | 0.55 |
| Hex | 65 | 7C | B2 | 2B | 1E | 0 | 1E | DE | 21 | 37 |
| Octal | 145 | 174 | 262 | 53 | 36 | 0 | 36 | 336 | 41 | 67 |
| Binary | 1100101 | 1111100 | 10110010 | 101011 | 11110 | 0 | 11110 | 11011110 | 100001 | 110111 |
Color Harmonies of #657CB2
Complementary color
Monochromatic Colors of #657CB2
Black with #657CB2
Text Example
Text Example
White with #657CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657CB2; }
p { color: rgb(101,124,178); }
H1.HeaderClassName
{
color: #657CB2;
}
.AnyTagClassName
{
color: #657CB2;
}
</style>
background-color css
<style>
a { background-color: #657CB2; }
a { background-color: rgb(101,124,178); }
div.DivClassName
{
background-color: #657CB2;
}
.BgClassName
{
background-color: #657CB2;
}
</style>
border-color css
<style>
span { border-color: #657CB2; }
span { border-color: rgb(101,124,178); }
td.TdClassName
{
border-color: #657CB2;
}
.TagClassName
{
border-color: #657CB2;
}
</style>