Shades of Slate Blue #646CDA
Tints of Slate Blue #646CDA
RGB
CMYK
RGB Variations
Color information
#646CDA (or 0x646CDA) is known color: Slate Blue. HEX triplet: 64, 6C and DA. RGB value is (100,108,218). Sum of RGB (Red+Green+Blue) = 100+108+218=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #646CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDA is #9B9325. Grayscale: #757575. Windows color (decimal): -10195750 or 14314596. OLE color: 14314596.
HSL color Cylindrical-coordinate representation of color #646CDA: hue angle of 235.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646CDA is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 108 | 218 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.15 |
| HSL | 235.93º | 0.61% | 0.62% | - |
| HSV(B) | 235.93º | 0.54% | 0.85% | - |
| XYZ | 23.27 | 18.5 | 68.67 | - |
| YUV | 118.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 218 | 0.54 | 0.50 | 0 | 0.15 | 235.93 | 0.61 | 0.62 |
| Hex | 64 | 6C | DA | 36 | 32 | 0 | F | EC | 3D | 3E |
| Octal | 144 | 154 | 332 | 66 | 62 | 0 | 17 | 354 | 75 | 76 |
| Binary | 1100100 | 1101100 | 11011010 | 110110 | 110010 | 0 | 1111 | 11101100 | 111101 | 111110 |
Color Harmonies of #646CDA
Complementary color
Monochromatic Colors of #646CDA
Black with #646CDA
Text Example
Text Example
White with #646CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646CDA; }
p { color: rgb(100,108,218); }
H1.HeaderClassName
{
color: #646CDA;
}
.AnyTagClassName
{
color: #646CDA;
}
</style>
background-color css
<style>
a { background-color: #646CDA; }
a { background-color: rgb(100,108,218); }
div.DivClassName
{
background-color: #646CDA;
}
.BgClassName
{
background-color: #646CDA;
}
</style>
border-color css
<style>
span { border-color: #646CDA; }
span { border-color: rgb(100,108,218); }
td.TdClassName
{
border-color: #646CDA;
}
.TagClassName
{
border-color: #646CDA;
}
</style>