Shades of Chetwode Blue #657AC2
Tints of Chetwode Blue #657AC2
RGB
CMYK
RGB Variations
Color information
#657AC2 (or 0x657AC2) is known color: Chetwode Blue. HEX triplet: 65, 7A and C2. RGB value is (101,122,194). Sum of RGB (Red+Green+Blue) = 101+122+194=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #657AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AC2 is #9A853D. Grayscale: #7B7B7B. Windows color (decimal): -10126654 or 12745317. OLE color: 12745317.
HSL color Cylindrical-coordinate representation of color #657AC2: hue angle of 226.45º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #657AC2 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 122 | 194 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.24 |
| HSL | 226.45º | 0.43% | 0.58% | - |
| HSV(B) | 226.45º | 0.48% | 0.76% | - |
| XYZ | 22.06 | 20.58 | 53.85 | - |
| YUV | 123.93 | 167.54 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 194 | 0.48 | 0.37 | 0 | 0.24 | 226.45 | 0.43 | 0.58 |
| Hex | 65 | 7A | C2 | 30 | 25 | 0 | 18 | E2 | 2B | 3A |
| Octal | 145 | 172 | 302 | 60 | 45 | 0 | 30 | 342 | 53 | 72 |
| Binary | 1100101 | 1111010 | 11000010 | 110000 | 100101 | 0 | 11000 | 11100010 | 101011 | 111010 |
Color Harmonies of #657AC2
Complementary color
Monochromatic Colors of #657AC2
Black with #657AC2
Text Example
Text Example
White with #657AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AC2; }
p { color: rgb(101,122,194); }
H1.HeaderClassName
{
color: #657AC2;
}
.AnyTagClassName
{
color: #657AC2;
}
</style>
background-color css
<style>
a { background-color: #657AC2; }
a { background-color: rgb(101,122,194); }
div.DivClassName
{
background-color: #657AC2;
}
.BgClassName
{
background-color: #657AC2;
}
</style>
border-color css
<style>
span { border-color: #657AC2; }
span { border-color: rgb(101,122,194); }
td.TdClassName
{
border-color: #657AC2;
}
.TagClassName
{
border-color: #657AC2;
}
</style>