Shades of Chetwode Blue #646EA2
Tints of Chetwode Blue #646EA2
RGB
CMYK
RGB Variations
Color information
#646EA2 (or 0x646EA2) is known color: Chetwode Blue. HEX triplet: 64, 6E and A2. RGB value is (100,110,162). Sum of RGB (Red+Green+Blue) = 100+110+162=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #646EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646EA2 is #9B915D. Grayscale: #707070. Windows color (decimal): -10195294 or 10645092. OLE color: 10645092.
HSL color Cylindrical-coordinate representation of color #646EA2: hue angle of 230.32º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #646EA2 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 110 | 162 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.36 |
| HSL | 230.32º | 0.25% | 0.51% | - |
| HSV(B) | 230.32º | 0.38% | 0.64% | - |
| XYZ | 17.35 | 16.47 | 36.45 | - |
| YUV | 112.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 162 | 0.38 | 0.32 | 0 | 0.36 | 230.32 | 0.25 | 0.51 |
| Hex | 64 | 6E | A2 | 26 | 20 | 0 | 24 | E6 | 19 | 33 |
| Octal | 144 | 156 | 242 | 46 | 40 | 0 | 44 | 346 | 31 | 63 |
| Binary | 1100100 | 1101110 | 10100010 | 100110 | 100000 | 0 | 100100 | 11100110 | 11001 | 110011 |
Color Harmonies of #646EA2
Complementary color
Monochromatic Colors of #646EA2
Black with #646EA2
Text Example
Text Example
White with #646EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EA2; }
p { color: rgb(100,110,162); }
H1.HeaderClassName
{
color: #646EA2;
}
.AnyTagClassName
{
color: #646EA2;
}
</style>
background-color css
<style>
a { background-color: #646EA2; }
a { background-color: rgb(100,110,162); }
div.DivClassName
{
background-color: #646EA2;
}
.BgClassName
{
background-color: #646EA2;
}
</style>
border-color css
<style>
span { border-color: #646EA2; }
span { border-color: rgb(100,110,162); }
td.TdClassName
{
border-color: #646EA2;
}
.TagClassName
{
border-color: #646EA2;
}
</style>