Shades of Chetwode Blue #646EC0
Tints of Chetwode Blue #646EC0
RGB
CMYK
RGB Variations
Color information
#646EC0 (or 0x646EC0) is known color: Chetwode Blue. HEX triplet: 64, 6E and C0. RGB value is (100,110,192). Sum of RGB (Red+Green+Blue) = 100+110+192=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #646EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EC0 is #9B913F. Grayscale: #747474. Windows color (decimal): -10195264 or 12611172. OLE color: 12611172.
HSL color Cylindrical-coordinate representation of color #646EC0: hue angle of 233.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #646EC0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 110 | 192 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.25 |
| HSL | 233.48º | 0.42% | 0.57% | - |
| HSV(B) | 233.48º | 0.48% | 0.75% | - |
| XYZ | 20.35 | 17.67 | 52.21 | - |
| YUV | 116.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 192 | 0.48 | 0.43 | 0 | 0.25 | 233.48 | 0.42 | 0.57 |
| Hex | 64 | 6E | C0 | 30 | 2B | 0 | 19 | E9 | 2A | 39 |
| Octal | 144 | 156 | 300 | 60 | 53 | 0 | 31 | 351 | 52 | 71 |
| Binary | 1100100 | 1101110 | 11000000 | 110000 | 101011 | 0 | 11001 | 11101001 | 101010 | 111001 |
Color Harmonies of #646EC0
Complementary color
Monochromatic Colors of #646EC0
Black with #646EC0
Text Example
Text Example
White with #646EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EC0; }
p { color: rgb(100,110,192); }
H1.HeaderClassName
{
color: #646EC0;
}
.AnyTagClassName
{
color: #646EC0;
}
</style>
background-color css
<style>
a { background-color: #646EC0; }
a { background-color: rgb(100,110,192); }
div.DivClassName
{
background-color: #646EC0;
}
.BgClassName
{
background-color: #646EC0;
}
</style>
border-color css
<style>
span { border-color: #646EC0; }
span { border-color: rgb(100,110,192); }
td.TdClassName
{
border-color: #646EC0;
}
.TagClassName
{
border-color: #646EC0;
}
</style>