Shades of Chetwode Blue #646DAC
Tints of Chetwode Blue #646DAC
RGB
CMYK
RGB Variations
Color information
#646DAC (or 0x646DAC) is known color: Chetwode Blue. HEX triplet: 64, 6D and AC. RGB value is (100,109,172). Sum of RGB (Red+Green+Blue) = 100+109+172=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #646DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646DAC is #9B9253. Grayscale: #717171. Windows color (decimal): -10195540 or 11300196. OLE color: 11300196.
HSL color Cylindrical-coordinate representation of color #646DAC: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #646DAC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 109 | 172 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.33 |
| HSL | 232.5º | 0.3% | 0.53% | - |
| HSV(B) | 232.5º | 0.42% | 0.67% | - |
| XYZ | 18.17 | 16.63 | 41.28 | - |
| YUV | 113.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 172 | 0.42 | 0.37 | 0 | 0.33 | 232.5 | 0.3 | 0.53 |
| Hex | 64 | 6D | AC | 2A | 25 | 0 | 21 | E8 | 1E | 35 |
| Octal | 144 | 155 | 254 | 52 | 45 | 0 | 41 | 350 | 36 | 65 |
| Binary | 1100100 | 1101101 | 10101100 | 101010 | 100101 | 0 | 100001 | 11101000 | 11110 | 110101 |
Color Harmonies of #646DAC
Complementary color
Monochromatic Colors of #646DAC
Black with #646DAC
Text Example
Text Example
White with #646DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646DAC; }
p { color: rgb(100,109,172); }
H1.HeaderClassName
{
color: #646DAC;
}
.AnyTagClassName
{
color: #646DAC;
}
</style>
background-color css
<style>
a { background-color: #646DAC; }
a { background-color: rgb(100,109,172); }
div.DivClassName
{
background-color: #646DAC;
}
.BgClassName
{
background-color: #646DAC;
}
</style>
border-color css
<style>
span { border-color: #646DAC; }
span { border-color: rgb(100,109,172); }
td.TdClassName
{
border-color: #646DAC;
}
.TagClassName
{
border-color: #646DAC;
}
</style>