Shades of Chetwode Blue #656AB0
Tints of Chetwode Blue #656AB0
RGB
CMYK
RGB Variations
Color information
#656AB0 (or 0x656AB0) is known color: Chetwode Blue. HEX triplet: 65, 6A and B0. RGB value is (101,106,176). Sum of RGB (Red+Green+Blue) = 101+106+176=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #656AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656AB0 is #9A954F. Grayscale: #707070. Windows color (decimal): -10130768 or 11561573. OLE color: 11561573.
HSL color Cylindrical-coordinate representation of color #656AB0: hue angle of 236º 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 #656AB0 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 106 | 176 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.31 |
| HSL | 236º | 0.32% | 0.54% | - |
| HSV(B) | 236º | 0.43% | 0.69% | - |
| XYZ | 18.36 | 16.21 | 43.24 | - |
| YUV | 112.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 176 | 0.43 | 0.40 | 0 | 0.31 | 236 | 0.32 | 0.54 |
| Hex | 65 | 6A | B0 | 2B | 28 | 0 | 1F | EC | 20 | 36 |
| Octal | 145 | 152 | 260 | 53 | 50 | 0 | 37 | 354 | 40 | 66 |
| Binary | 1100101 | 1101010 | 10110000 | 101011 | 101000 | 0 | 11111 | 11101100 | 100000 | 110110 |
Color Harmonies of #656AB0
Complementary color
Monochromatic Colors of #656AB0
Black with #656AB0
Text Example
Text Example
White with #656AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656AB0; }
p { color: rgb(101,106,176); }
H1.HeaderClassName
{
color: #656AB0;
}
.AnyTagClassName
{
color: #656AB0;
}
</style>
background-color css
<style>
a { background-color: #656AB0; }
a { background-color: rgb(101,106,176); }
div.DivClassName
{
background-color: #656AB0;
}
.BgClassName
{
background-color: #656AB0;
}
</style>
border-color css
<style>
span { border-color: #656AB0; }
span { border-color: rgb(101,106,176); }
td.TdClassName
{
border-color: #656AB0;
}
.TagClassName
{
border-color: #656AB0;
}
</style>