Shades of Chetwode Blue #646ECC
Tints of Chetwode Blue #646ECC
RGB
CMYK
RGB Variations
Color information
#646ECC (or 0x646ECC) is known color: Chetwode Blue. HEX triplet: 64, 6E and CC. RGB value is (100,110,204). Sum of RGB (Red+Green+Blue) = 100+110+204=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #646ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ECC is #9B9133. Grayscale: #757575. Windows color (decimal): -10195252 or 13397604. OLE color: 13397604.
HSL color Cylindrical-coordinate representation of color #646ECC: hue angle of 234.23º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646ECC is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 110 | 204 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.2 |
| HSL | 234.23º | 0.5% | 0.6% | - |
| HSV(B) | 234.23º | 0.51% | 0.8% | - |
| XYZ | 21.73 | 18.22 | 59.5 | - |
| YUV | 117.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 204 | 0.51 | 0.46 | 0 | 0.2 | 234.23 | 0.5 | 0.6 |
| Hex | 64 | 6E | CC | 33 | 2E | 0 | 14 | EA | 32 | 3C |
| Octal | 144 | 156 | 314 | 63 | 56 | 0 | 24 | 352 | 62 | 74 |
| Binary | 1100100 | 1101110 | 11001100 | 110011 | 101110 | 0 | 10100 | 11101010 | 110010 | 111100 |
Color Harmonies of #646ECC
Complementary color
Monochromatic Colors of #646ECC
Black with #646ECC
Text Example
Text Example
White with #646ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646ECC; }
p { color: rgb(100,110,204); }
H1.HeaderClassName
{
color: #646ECC;
}
.AnyTagClassName
{
color: #646ECC;
}
</style>
background-color css
<style>
a { background-color: #646ECC; }
a { background-color: rgb(100,110,204); }
div.DivClassName
{
background-color: #646ECC;
}
.BgClassName
{
background-color: #646ECC;
}
</style>
border-color css
<style>
span { border-color: #646ECC; }
span { border-color: rgb(100,110,204); }
td.TdClassName
{
border-color: #646ECC;
}
.TagClassName
{
border-color: #646ECC;
}
</style>