Shades of Chetwode Blue #657BB1
Tints of Chetwode Blue #657BB1
RGB
CMYK
RGB Variations
Color information
#657BB1 (or 0x657BB1) is known color: Chetwode Blue. HEX triplet: 65, 7B and B1. RGB value is (101,123,177). Sum of RGB (Red+Green+Blue) = 101+123+177=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #657BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BB1 is #9A844E. Grayscale: #7A7A7A. Windows color (decimal): -10126415 or 11631461. OLE color: 11631461.
HSL color Cylindrical-coordinate representation of color #657BB1: hue angle of 222.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657BB1 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 123 | 177 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.31 |
| HSL | 222.63º | 0.33% | 0.55% | - |
| HSV(B) | 222.63º | 0.43% | 0.69% | - |
| XYZ | 20.39 | 20.11 | 44.4 | - |
| YUV | 122.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 177 | 0.43 | 0.31 | 0 | 0.31 | 222.63 | 0.33 | 0.55 |
| Hex | 65 | 7B | B1 | 2B | 1F | 0 | 1F | DF | 21 | 37 |
| Octal | 145 | 173 | 261 | 53 | 37 | 0 | 37 | 337 | 41 | 67 |
| Binary | 1100101 | 1111011 | 10110001 | 101011 | 11111 | 0 | 11111 | 11011111 | 100001 | 110111 |
Color Harmonies of #657BB1
Complementary color
Monochromatic Colors of #657BB1
Black with #657BB1
Text Example
Text Example
White with #657BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BB1; }
p { color: rgb(101,123,177); }
H1.HeaderClassName
{
color: #657BB1;
}
.AnyTagClassName
{
color: #657BB1;
}
</style>
background-color css
<style>
a { background-color: #657BB1; }
a { background-color: rgb(101,123,177); }
div.DivClassName
{
background-color: #657BB1;
}
.BgClassName
{
background-color: #657BB1;
}
</style>
border-color css
<style>
span { border-color: #657BB1; }
span { border-color: rgb(101,123,177); }
td.TdClassName
{
border-color: #657BB1;
}
.TagClassName
{
border-color: #657BB1;
}
</style>