Shades of Chetwode Blue #646AAC
Tints of Chetwode Blue #646AAC
RGB
CMYK
RGB Variations
Color information
#646AAC (or 0x646AAC) is known color: Chetwode Blue. HEX triplet: 64, 6A and AC. RGB value is (100,106,172). Sum of RGB (Red+Green+Blue) = 100+106+172=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #646AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646AAC is #9B9553. Grayscale: #6F6F6F. Windows color (decimal): -10196308 or 11299428. OLE color: 11299428.
HSL color Cylindrical-coordinate representation of color #646AAC: hue angle of 235º 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 #646AAC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 106 | 172 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.33 |
| HSL | 235º | 0.3% | 0.53% | - |
| HSV(B) | 235º | 0.42% | 0.67% | - |
| XYZ | 17.86 | 16 | 41.18 | - |
| YUV | 111.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 172 | 0.42 | 0.38 | 0 | 0.33 | 235 | 0.3 | 0.53 |
| Hex | 64 | 6A | AC | 2A | 26 | 0 | 21 | EB | 1E | 35 |
| Octal | 144 | 152 | 254 | 52 | 46 | 0 | 41 | 353 | 36 | 65 |
| Binary | 1100100 | 1101010 | 10101100 | 101010 | 100110 | 0 | 100001 | 11101011 | 11110 | 110101 |
Color Harmonies of #646AAC
Complementary color
Monochromatic Colors of #646AAC
Black with #646AAC
Text Example
Text Example
White with #646AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646AAC; }
p { color: rgb(100,106,172); }
H1.HeaderClassName
{
color: #646AAC;
}
.AnyTagClassName
{
color: #646AAC;
}
</style>
background-color css
<style>
a { background-color: #646AAC; }
a { background-color: rgb(100,106,172); }
div.DivClassName
{
background-color: #646AAC;
}
.BgClassName
{
background-color: #646AAC;
}
</style>
border-color css
<style>
span { border-color: #646AAC; }
span { border-color: rgb(100,106,172); }
td.TdClassName
{
border-color: #646AAC;
}
.TagClassName
{
border-color: #646AAC;
}
</style>