Shades of Chetwode Blue #657BB0
Tints of Chetwode Blue #657BB0
RGB
CMYK
RGB Variations
Color information
#657BB0 (or 0x657BB0) is known color: Chetwode Blue. HEX triplet: 65, 7B and B0. RGB value is (101,123,176). Sum of RGB (Red+Green+Blue) = 101+123+176=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #657BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BB0 is #9A844F. Grayscale: #7A7A7A. Windows color (decimal): -10126416 or 11565925. OLE color: 11565925.
HSL color Cylindrical-coordinate representation of color #657BB0: hue angle of 222.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657BB0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 123 | 176 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.31 |
| HSL | 222.4º | 0.32% | 0.54% | - |
| HSV(B) | 222.4º | 0.43% | 0.69% | - |
| XYZ | 20.29 | 20.07 | 43.88 | - |
| YUV | 122.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 176 | 0.43 | 0.30 | 0 | 0.31 | 222.4 | 0.32 | 0.54 |
| Hex | 65 | 7B | B0 | 2B | 1E | 0 | 1F | DE | 20 | 36 |
| Octal | 145 | 173 | 260 | 53 | 36 | 0 | 37 | 336 | 40 | 66 |
| Binary | 1100101 | 1111011 | 10110000 | 101011 | 11110 | 0 | 11111 | 11011110 | 100000 | 110110 |
Color Harmonies of #657BB0
Complementary color
Monochromatic Colors of #657BB0
Black with #657BB0
Text Example
Text Example
White with #657BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BB0; }
p { color: rgb(101,123,176); }
H1.HeaderClassName
{
color: #657BB0;
}
.AnyTagClassName
{
color: #657BB0;
}
</style>
background-color css
<style>
a { background-color: #657BB0; }
a { background-color: rgb(101,123,176); }
div.DivClassName
{
background-color: #657BB0;
}
.BgClassName
{
background-color: #657BB0;
}
</style>
border-color css
<style>
span { border-color: #657BB0; }
span { border-color: rgb(101,123,176); }
td.TdClassName
{
border-color: #657BB0;
}
.TagClassName
{
border-color: #657BB0;
}
</style>