Shades of Chetwode Blue #646BAC
Tints of Chetwode Blue #646BAC
RGB
CMYK
RGB Variations
Color information
#646BAC (or 0x646BAC) is known color: Chetwode Blue. HEX triplet: 64, 6B and AC. RGB value is (100,107,172). Sum of RGB (Red+Green+Blue) = 100+107+172=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #646BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646BAC is #9B9453. Grayscale: #707070. Windows color (decimal): -10196052 or 11299684. OLE color: 11299684.
HSL color Cylindrical-coordinate representation of color #646BAC: hue angle of 234.17º 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 #646BAC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 107 | 172 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.33 |
| HSL | 234.17º | 0.3% | 0.53% | - |
| HSV(B) | 234.17º | 0.42% | 0.67% | - |
| XYZ | 17.96 | 16.2 | 41.21 | - |
| YUV | 112.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 172 | 0.42 | 0.38 | 0 | 0.33 | 234.17 | 0.3 | 0.53 |
| Hex | 64 | 6B | AC | 2A | 26 | 0 | 21 | EA | 1E | 35 |
| Octal | 144 | 153 | 254 | 52 | 46 | 0 | 41 | 352 | 36 | 65 |
| Binary | 1100100 | 1101011 | 10101100 | 101010 | 100110 | 0 | 100001 | 11101010 | 11110 | 110101 |
Color Harmonies of #646BAC
Complementary color
Monochromatic Colors of #646BAC
Black with #646BAC
Text Example
Text Example
White with #646BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646BAC; }
p { color: rgb(100,107,172); }
H1.HeaderClassName
{
color: #646BAC;
}
.AnyTagClassName
{
color: #646BAC;
}
</style>
background-color css
<style>
a { background-color: #646BAC; }
a { background-color: rgb(100,107,172); }
div.DivClassName
{
background-color: #646BAC;
}
.BgClassName
{
background-color: #646BAC;
}
</style>
border-color css
<style>
span { border-color: #646BAC; }
span { border-color: rgb(100,107,172); }
td.TdClassName
{
border-color: #646BAC;
}
.TagClassName
{
border-color: #646BAC;
}
</style>