Shades of Chetwode Blue #657BBA
Tints of Chetwode Blue #657BBA
RGB
CMYK
RGB Variations
Color information
#657BBA (or 0x657BBA) is known color: Chetwode Blue. HEX triplet: 65, 7B and BA. RGB value is (101,123,186). Sum of RGB (Red+Green+Blue) = 101+123+186=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #657BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657BBA is #9A8445. Grayscale: #7B7B7B. Windows color (decimal): -10126406 or 12221285. OLE color: 12221285.
HSL color Cylindrical-coordinate representation of color #657BBA: hue angle of 224.47º degrees, saturation: 0.38, 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 #657BBA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 123 | 186 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.27 |
| HSL | 224.47º | 0.38% | 0.56% | - |
| HSV(B) | 224.47º | 0.46% | 0.73% | - |
| XYZ | 21.31 | 20.48 | 49.28 | - |
| YUV | 123.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 186 | 0.46 | 0.34 | 0 | 0.27 | 224.47 | 0.38 | 0.56 |
| Hex | 65 | 7B | BA | 2E | 22 | 0 | 1B | E0 | 26 | 38 |
| Octal | 145 | 173 | 272 | 56 | 42 | 0 | 33 | 340 | 46 | 70 |
| Binary | 1100101 | 1111011 | 10111010 | 101110 | 100010 | 0 | 11011 | 11100000 | 100110 | 111000 |
Color Harmonies of #657BBA
Complementary color
Monochromatic Colors of #657BBA
Black with #657BBA
Text Example
Text Example
White with #657BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BBA; }
p { color: rgb(101,123,186); }
H1.HeaderClassName
{
color: #657BBA;
}
.AnyTagClassName
{
color: #657BBA;
}
</style>
background-color css
<style>
a { background-color: #657BBA; }
a { background-color: rgb(101,123,186); }
div.DivClassName
{
background-color: #657BBA;
}
.BgClassName
{
background-color: #657BBA;
}
</style>
border-color css
<style>
span { border-color: #657BBA; }
span { border-color: rgb(101,123,186); }
td.TdClassName
{
border-color: #657BBA;
}
.TagClassName
{
border-color: #657BBA;
}
</style>