Shades of Chetwode Blue #657AC1
Tints of Chetwode Blue #657AC1
RGB
CMYK
RGB Variations
Color information
#657AC1 (or 0x657AC1) is known color: Chetwode Blue. HEX triplet: 65, 7A and C1. RGB value is (101,122,193). Sum of RGB (Red+Green+Blue) = 101+122+193=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #657AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657AC1 is #9A853E. Grayscale: #7B7B7B. Windows color (decimal): -10126655 or 12679781. OLE color: 12679781.
HSL color Cylindrical-coordinate representation of color #657AC1: hue angle of 226.3º 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 #657AC1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 122 | 193 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.24 |
| HSL | 226.3º | 0.43% | 0.58% | - |
| HSV(B) | 226.3º | 0.48% | 0.76% | - |
| XYZ | 21.95 | 20.54 | 53.26 | - |
| YUV | 123.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 193 | 0.48 | 0.37 | 0 | 0.24 | 226.3 | 0.43 | 0.58 |
| Hex | 65 | 7A | C1 | 30 | 25 | 0 | 18 | E2 | 2B | 3A |
| Octal | 145 | 172 | 301 | 60 | 45 | 0 | 30 | 342 | 53 | 72 |
| Binary | 1100101 | 1111010 | 11000001 | 110000 | 100101 | 0 | 11000 | 11100010 | 101011 | 111010 |
Color Harmonies of #657AC1
Complementary color
Monochromatic Colors of #657AC1
Black with #657AC1
Text Example
Text Example
White with #657AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AC1; }
p { color: rgb(101,122,193); }
H1.HeaderClassName
{
color: #657AC1;
}
.AnyTagClassName
{
color: #657AC1;
}
</style>
background-color css
<style>
a { background-color: #657AC1; }
a { background-color: rgb(101,122,193); }
div.DivClassName
{
background-color: #657AC1;
}
.BgClassName
{
background-color: #657AC1;
}
</style>
border-color css
<style>
span { border-color: #657AC1; }
span { border-color: rgb(101,122,193); }
td.TdClassName
{
border-color: #657AC1;
}
.TagClassName
{
border-color: #657AC1;
}
</style>