Shades of Chetwode Blue #646EBA
Tints of Chetwode Blue #646EBA
RGB
CMYK
RGB Variations
Color information
#646EBA (or 0x646EBA) is known color: Chetwode Blue. HEX triplet: 64, 6E and BA. RGB value is (100,110,186). Sum of RGB (Red+Green+Blue) = 100+110+186=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #646EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646EBA is #9B9145. Grayscale: #737373. Windows color (decimal): -10195270 or 12217956. OLE color: 12217956.
HSL color Cylindrical-coordinate representation of color #646EBA: hue angle of 233.02º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646EBA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 110 | 186 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.27 |
| HSL | 233.02º | 0.38% | 0.56% | - |
| HSV(B) | 233.02º | 0.46% | 0.73% | - |
| XYZ | 19.69 | 17.41 | 48.78 | - |
| YUV | 115.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 186 | 0.46 | 0.41 | 0 | 0.27 | 233.02 | 0.38 | 0.56 |
| Hex | 64 | 6E | BA | 2E | 29 | 0 | 1B | E9 | 26 | 38 |
| Octal | 144 | 156 | 272 | 56 | 51 | 0 | 33 | 351 | 46 | 70 |
| Binary | 1100100 | 1101110 | 10111010 | 101110 | 101001 | 0 | 11011 | 11101001 | 100110 | 111000 |
Color Harmonies of #646EBA
Complementary color
Monochromatic Colors of #646EBA
Black with #646EBA
Text Example
Text Example
White with #646EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646EBA; }
p { color: rgb(100,110,186); }
H1.HeaderClassName
{
color: #646EBA;
}
.AnyTagClassName
{
color: #646EBA;
}
</style>
background-color css
<style>
a { background-color: #646EBA; }
a { background-color: rgb(100,110,186); }
div.DivClassName
{
background-color: #646EBA;
}
.BgClassName
{
background-color: #646EBA;
}
</style>
border-color css
<style>
span { border-color: #646EBA; }
span { border-color: rgb(100,110,186); }
td.TdClassName
{
border-color: #646EBA;
}
.TagClassName
{
border-color: #646EBA;
}
</style>