Shades of Chetwode Blue #657BAF
Tints of Chetwode Blue #657BAF
RGB
CMYK
RGB Variations
Color information
#657BAF (or 0x657BAF) is known color: Chetwode Blue. HEX triplet: 65, 7B and AF. RGB value is (101,123,175). Sum of RGB (Red+Green+Blue) = 101+123+175=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #657BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657BAF is #9A8450. Grayscale: #7A7A7A. Windows color (decimal): -10126417 or 11500389. OLE color: 11500389.
HSL color Cylindrical-coordinate representation of color #657BAF: hue angle of 222.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #657BAF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 123 | 175 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.31 |
| HSL | 222.16º | 0.32% | 0.54% | - |
| HSV(B) | 222.16º | 0.42% | 0.69% | - |
| XYZ | 20.19 | 20.03 | 43.36 | - |
| YUV | 122.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 175 | 0.42 | 0.30 | 0 | 0.31 | 222.16 | 0.32 | 0.54 |
| Hex | 65 | 7B | AF | 2A | 1E | 0 | 1F | DE | 20 | 36 |
| Octal | 145 | 173 | 257 | 52 | 36 | 0 | 37 | 336 | 40 | 66 |
| Binary | 1100101 | 1111011 | 10101111 | 101010 | 11110 | 0 | 11111 | 11011110 | 100000 | 110110 |
Color Harmonies of #657BAF
Complementary color
Monochromatic Colors of #657BAF
Black with #657BAF
Text Example
Text Example
White with #657BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BAF; }
p { color: rgb(101,123,175); }
H1.HeaderClassName
{
color: #657BAF;
}
.AnyTagClassName
{
color: #657BAF;
}
</style>
background-color css
<style>
a { background-color: #657BAF; }
a { background-color: rgb(101,123,175); }
div.DivClassName
{
background-color: #657BAF;
}
.BgClassName
{
background-color: #657BAF;
}
</style>
border-color css
<style>
span { border-color: #657BAF; }
span { border-color: rgb(101,123,175); }
td.TdClassName
{
border-color: #657BAF;
}
.TagClassName
{
border-color: #657BAF;
}
</style>