Shades of Chetwode Blue #646FCD
Tints of Chetwode Blue #646FCD
RGB
CMYK
RGB Variations
Color information
#646FCD (or 0x646FCD) is known color: Chetwode Blue. HEX triplet: 64, 6F and CD. RGB value is (100,111,205). Sum of RGB (Red+Green+Blue) = 100+111+205=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #646FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FCD is #9B9032. Grayscale: #767676. Windows color (decimal): -10194995 or 13463396. OLE color: 13463396.
HSL color Cylindrical-coordinate representation of color #646FCD: hue angle of 233.71º degrees, saturation: 0.51, 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 #646FCD is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 111 | 205 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.20 |
| HSL | 233.71º | 0.51% | 0.6% | - |
| HSV(B) | 233.71º | 0.51% | 0.8% | - |
| XYZ | 21.96 | 18.49 | 60.17 | - |
| YUV | 118.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 205 | 0.51 | 0.46 | 0 | 0.20 | 233.71 | 0.51 | 0.6 |
| Hex | 64 | 6F | CD | 33 | 2E | 0 | 14 | EA | 33 | 3C |
| Octal | 144 | 157 | 315 | 63 | 56 | 0 | 24 | 352 | 63 | 74 |
| Binary | 1100100 | 1101111 | 11001101 | 110011 | 101110 | 0 | 10100 | 11101010 | 110011 | 111100 |
Color Harmonies of #646FCD
Complementary color
Monochromatic Colors of #646FCD
Black with #646FCD
Text Example
Text Example
White with #646FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FCD; }
p { color: rgb(100,111,205); }
H1.HeaderClassName
{
color: #646FCD;
}
.AnyTagClassName
{
color: #646FCD;
}
</style>
background-color css
<style>
a { background-color: #646FCD; }
a { background-color: rgb(100,111,205); }
div.DivClassName
{
background-color: #646FCD;
}
.BgClassName
{
background-color: #646FCD;
}
</style>
border-color css
<style>
span { border-color: #646FCD; }
span { border-color: rgb(100,111,205); }
td.TdClassName
{
border-color: #646FCD;
}
.TagClassName
{
border-color: #646FCD;
}
</style>