Shades of Chetwode Blue #656FA1
Tints of Chetwode Blue #656FA1
RGB
CMYK
RGB Variations
Color information
#656FA1 (or 0x656FA1) is known color: Chetwode Blue. HEX triplet: 65, 6F and A1. RGB value is (101,111,161). Sum of RGB (Red+Green+Blue) = 101+111+161=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #656FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656FA1 is #9A905E. Grayscale: #717171. Windows color (decimal): -10129503 or 10579813. OLE color: 10579813.
HSL color Cylindrical-coordinate representation of color #656FA1: hue angle of 230º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #656FA1 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 111 | 161 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.37 |
| HSL | 230º | 0.24% | 0.51% | - |
| HSV(B) | 230º | 0.37% | 0.63% | - |
| XYZ | 17.48 | 16.71 | 36.02 | - |
| YUV | 113.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 161 | 0.37 | 0.31 | 0 | 0.37 | 230 | 0.24 | 0.51 |
| Hex | 65 | 6F | A1 | 25 | 1F | 0 | 25 | E6 | 18 | 33 |
| Octal | 145 | 157 | 241 | 45 | 37 | 0 | 45 | 346 | 30 | 63 |
| Binary | 1100101 | 1101111 | 10100001 | 100101 | 11111 | 0 | 100101 | 11100110 | 11000 | 110011 |
Color Harmonies of #656FA1
Complementary color
Monochromatic Colors of #656FA1
Black with #656FA1
Text Example
Text Example
White with #656FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656FA1; }
p { color: rgb(101,111,161); }
H1.HeaderClassName
{
color: #656FA1;
}
.AnyTagClassName
{
color: #656FA1;
}
</style>
background-color css
<style>
a { background-color: #656FA1; }
a { background-color: rgb(101,111,161); }
div.DivClassName
{
background-color: #656FA1;
}
.BgClassName
{
background-color: #656FA1;
}
</style>
border-color css
<style>
span { border-color: #656FA1; }
span { border-color: rgb(101,111,161); }
td.TdClassName
{
border-color: #656FA1;
}
.TagClassName
{
border-color: #656FA1;
}
</style>