Shades of Chetwode Blue #657ACC
Tints of Chetwode Blue #657ACC
RGB
CMYK
RGB Variations
Color information
#657ACC (or 0x657ACC) is known color: Chetwode Blue. HEX triplet: 65, 7A and CC. RGB value is (101,122,204). Sum of RGB (Red+Green+Blue) = 101+122+204=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #657ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ACC is #9A8533. Grayscale: #7C7C7C. Windows color (decimal): -10126644 or 13400677. OLE color: 13400677.
HSL color Cylindrical-coordinate representation of color #657ACC: hue angle of 227.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657ACC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 122 | 204 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.2 |
| HSL | 227.77º | 0.5% | 0.6% | - |
| HSV(B) | 227.77º | 0.5% | 0.8% | - |
| XYZ | 23.23 | 21.05 | 59.96 | - |
| YUV | 125.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 204 | 0.50 | 0.40 | 0 | 0.2 | 227.77 | 0.5 | 0.6 |
| Hex | 65 | 7A | CC | 32 | 28 | 0 | 14 | E4 | 32 | 3C |
| Octal | 145 | 172 | 314 | 62 | 50 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100101 | 1111010 | 11001100 | 110010 | 101000 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #657ACC
Complementary color
Monochromatic Colors of #657ACC
Black with #657ACC
Text Example
Text Example
White with #657ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ACC; }
p { color: rgb(101,122,204); }
H1.HeaderClassName
{
color: #657ACC;
}
.AnyTagClassName
{
color: #657ACC;
}
</style>
background-color css
<style>
a { background-color: #657ACC; }
a { background-color: rgb(101,122,204); }
div.DivClassName
{
background-color: #657ACC;
}
.BgClassName
{
background-color: #657ACC;
}
</style>
border-color css
<style>
span { border-color: #657ACC; }
span { border-color: rgb(101,122,204); }
td.TdClassName
{
border-color: #657ACC;
}
.TagClassName
{
border-color: #657ACC;
}
</style>