Shades of Slate Blue #646CDC
Tints of Slate Blue #646CDC
RGB
CMYK
RGB Variations
Color information
#646CDC (or 0x646CDC) is known color: Slate Blue. HEX triplet: 64, 6C and DC. RGB value is (100,108,220). Sum of RGB (Red+Green+Blue) = 100+108+220=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #646CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDC is #9B9323. Grayscale: #757575. Windows color (decimal): -10195748 or 14445668. OLE color: 14445668.
HSL color Cylindrical-coordinate representation of color #646CDC: hue angle of 236º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646CDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 108 | 220 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.14 |
| HSL | 236º | 0.63% | 0.63% | - |
| HSV(B) | 236º | 0.55% | 0.86% | - |
| XYZ | 23.54 | 18.6 | 70.06 | - |
| YUV | 118.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 220 | 0.55 | 0.51 | 0 | 0.14 | 236 | 0.63 | 0.63 |
| Hex | 64 | 6C | DC | 37 | 33 | 0 | E | EC | 3F | 3F |
| Octal | 144 | 154 | 334 | 67 | 63 | 0 | 16 | 354 | 77 | 77 |
| Binary | 1100100 | 1101100 | 11011100 | 110111 | 110011 | 0 | 1110 | 11101100 | 111111 | 111111 |
Color Harmonies of #646CDC
Complementary color
Monochromatic Colors of #646CDC
Black with #646CDC
Text Example
Text Example
White with #646CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CDC; }
p { color: rgb(100,108,220); }
H1.HeaderClassName
{
color: #646CDC;
}
.AnyTagClassName
{
color: #646CDC;
}
</style>
background-color css
<style>
a { background-color: #646CDC; }
a { background-color: rgb(100,108,220); }
div.DivClassName
{
background-color: #646CDC;
}
.BgClassName
{
background-color: #646CDC;
}
</style>
border-color css
<style>
span { border-color: #646CDC; }
span { border-color: rgb(100,108,220); }
td.TdClassName
{
border-color: #646CDC;
}
.TagClassName
{
border-color: #646CDC;
}
</style>