Shades of Chetwode Blue #657BC5
Tints of Chetwode Blue #657BC5
RGB
CMYK
RGB Variations
Color information
#657BC5 (or 0x657BC5) is known color: Chetwode Blue. HEX triplet: 65, 7B and C5. RGB value is (101,123,197). Sum of RGB (Red+Green+Blue) = 101+123+197=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #657BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657BC5 is #9A843A. Grayscale: #7C7C7C. Windows color (decimal): -10126395 or 12942181. OLE color: 12942181.
HSL color Cylindrical-coordinate representation of color #657BC5: hue angle of 226.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #657BC5 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 123 | 197 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.23 |
| HSL | 226.25º | 0.45% | 0.58% | - |
| HSV(B) | 226.25º | 0.49% | 0.77% | - |
| XYZ | 22.53 | 20.96 | 55.68 | - |
| YUV | 124.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 197 | 0.49 | 0.38 | 0 | 0.23 | 226.25 | 0.45 | 0.58 |
| Hex | 65 | 7B | C5 | 31 | 26 | 0 | 17 | E2 | 2D | 3A |
| Octal | 145 | 173 | 305 | 61 | 46 | 0 | 27 | 342 | 55 | 72 |
| Binary | 1100101 | 1111011 | 11000101 | 110001 | 100110 | 0 | 10111 | 11100010 | 101101 | 111010 |
Color Harmonies of #657BC5
Complementary color
Monochromatic Colors of #657BC5
Black with #657BC5
Text Example
Text Example
White with #657BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BC5; }
p { color: rgb(101,123,197); }
H1.HeaderClassName
{
color: #657BC5;
}
.AnyTagClassName
{
color: #657BC5;
}
</style>
background-color css
<style>
a { background-color: #657BC5; }
a { background-color: rgb(101,123,197); }
div.DivClassName
{
background-color: #657BC5;
}
.BgClassName
{
background-color: #657BC5;
}
</style>
border-color css
<style>
span { border-color: #657BC5; }
span { border-color: rgb(101,123,197); }
td.TdClassName
{
border-color: #657BC5;
}
.TagClassName
{
border-color: #657BC5;
}
</style>