Shades of Chetwode Blue #657ABB
Tints of Chetwode Blue #657ABB
RGB
CMYK
RGB Variations
Color information
#657ABB (or 0x657ABB) is known color: Chetwode Blue. HEX triplet: 65, 7A and BB. RGB value is (101,122,187). Sum of RGB (Red+Green+Blue) = 101+122+187=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #657ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ABB is #9A8544. Grayscale: #7A7A7A. Windows color (decimal): -10126661 or 12286565. OLE color: 12286565.
HSL color Cylindrical-coordinate representation of color #657ABB: hue angle of 225.35º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #657ABB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 122 | 187 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.27 |
| HSL | 225.35º | 0.39% | 0.56% | - |
| HSV(B) | 225.35º | 0.46% | 0.73% | - |
| XYZ | 21.3 | 20.27 | 49.8 | - |
| YUV | 123.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 187 | 0.46 | 0.35 | 0 | 0.27 | 225.35 | 0.39 | 0.56 |
| Hex | 65 | 7A | BB | 2E | 23 | 0 | 1B | E1 | 27 | 38 |
| Octal | 145 | 172 | 273 | 56 | 43 | 0 | 33 | 341 | 47 | 70 |
| Binary | 1100101 | 1111010 | 10111011 | 101110 | 100011 | 0 | 11011 | 11100001 | 100111 | 111000 |
Color Harmonies of #657ABB
Complementary color
Monochromatic Colors of #657ABB
Black with #657ABB
Text Example
Text Example
White with #657ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657ABB; }
p { color: rgb(101,122,187); }
H1.HeaderClassName
{
color: #657ABB;
}
.AnyTagClassName
{
color: #657ABB;
}
</style>
background-color css
<style>
a { background-color: #657ABB; }
a { background-color: rgb(101,122,187); }
div.DivClassName
{
background-color: #657ABB;
}
.BgClassName
{
background-color: #657ABB;
}
</style>
border-color css
<style>
span { border-color: #657ABB; }
span { border-color: rgb(101,122,187); }
td.TdClassName
{
border-color: #657ABB;
}
.TagClassName
{
border-color: #657ABB;
}
</style>