Shades of Chetwode Blue #657ABC
Tints of Chetwode Blue #657ABC
RGB
CMYK
RGB Variations
Color information
#657ABC (or 0x657ABC) is known color: Chetwode Blue. HEX triplet: 65, 7A and BC. RGB value is (101,122,188). Sum of RGB (Red+Green+Blue) = 101+122+188=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #657ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ABC is #9A8543. Grayscale: #7A7A7A. Windows color (decimal): -10126660 or 12352101. OLE color: 12352101.
HSL color Cylindrical-coordinate representation of color #657ABC: hue angle of 225.52º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657ABC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 122 | 188 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.26 |
| HSL | 225.52º | 0.39% | 0.57% | - |
| HSV(B) | 225.52º | 0.46% | 0.74% | - |
| XYZ | 21.4 | 20.32 | 50.37 | - |
| YUV | 123.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 188 | 0.46 | 0.35 | 0 | 0.26 | 225.52 | 0.39 | 0.57 |
| Hex | 65 | 7A | BC | 2E | 23 | 0 | 1A | E2 | 27 | 39 |
| Octal | 145 | 172 | 274 | 56 | 43 | 0 | 32 | 342 | 47 | 71 |
| Binary | 1100101 | 1111010 | 10111100 | 101110 | 100011 | 0 | 11010 | 11100010 | 100111 | 111001 |
Color Harmonies of #657ABC
Complementary color
Monochromatic Colors of #657ABC
Black with #657ABC
Text Example
Text Example
White with #657ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ABC; }
p { color: rgb(101,122,188); }
H1.HeaderClassName
{
color: #657ABC;
}
.AnyTagClassName
{
color: #657ABC;
}
</style>
background-color css
<style>
a { background-color: #657ABC; }
a { background-color: rgb(101,122,188); }
div.DivClassName
{
background-color: #657ABC;
}
.BgClassName
{
background-color: #657ABC;
}
</style>
border-color css
<style>
span { border-color: #657ABC; }
span { border-color: rgb(101,122,188); }
td.TdClassName
{
border-color: #657ABC;
}
.TagClassName
{
border-color: #657ABC;
}
</style>