Shades of Chetwode Blue #646FA0
Tints of Chetwode Blue #646FA0
RGB
CMYK
RGB Variations
Color information
#646FA0 (or 0x646FA0) is known color: Chetwode Blue. HEX triplet: 64, 6F and A0. RGB value is (100,111,160). Sum of RGB (Red+Green+Blue) = 100+111+160=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #646FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FA0 is #9B905F. Grayscale: #717171. Windows color (decimal): -10195040 or 10514276. OLE color: 10514276.
HSL color Cylindrical-coordinate representation of color #646FA0: hue angle of 229º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646FA0 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 111 | 160 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.37 |
| HSL | 229º | 0.24% | 0.51% | - |
| HSV(B) | 229º | 0.38% | 0.63% | - |
| XYZ | 17.29 | 16.62 | 35.55 | - |
| YUV | 113.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 160 | 0.38 | 0.31 | 0 | 0.37 | 229 | 0.24 | 0.51 |
| Hex | 64 | 6F | A0 | 26 | 1F | 0 | 25 | E5 | 18 | 33 |
| Octal | 144 | 157 | 240 | 46 | 37 | 0 | 45 | 345 | 30 | 63 |
| Binary | 1100100 | 1101111 | 10100000 | 100110 | 11111 | 0 | 100101 | 11100101 | 11000 | 110011 |
Color Harmonies of #646FA0
Complementary color
Monochromatic Colors of #646FA0
Black with #646FA0
Text Example
Text Example
White with #646FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FA0; }
p { color: rgb(100,111,160); }
H1.HeaderClassName
{
color: #646FA0;
}
.AnyTagClassName
{
color: #646FA0;
}
</style>
background-color css
<style>
a { background-color: #646FA0; }
a { background-color: rgb(100,111,160); }
div.DivClassName
{
background-color: #646FA0;
}
.BgClassName
{
background-color: #646FA0;
}
</style>
border-color css
<style>
span { border-color: #646FA0; }
span { border-color: rgb(100,111,160); }
td.TdClassName
{
border-color: #646FA0;
}
.TagClassName
{
border-color: #646FA0;
}
</style>