Shades of Slate Blue #6466DC
Tints of Slate Blue #6466DC
RGB
CMYK
RGB Variations
Color information
#6466DC (or 0x6466DC) is known color: Slate Blue. HEX triplet: 64, 66 and DC. RGB value is (100,102,220). Sum of RGB (Red+Green+Blue) = 100+102+220=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6466DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466DC is #9B9923. Grayscale: #727272. Windows color (decimal): -10197284 or 14444132. OLE color: 14444132.
HSL color Cylindrical-coordinate representation of color #6466DC: hue angle of 239º 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 #6466DC is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 102 | 220 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.14 |
| HSL | 239º | 0.63% | 0.63% | - |
| HSV(B) | 239º | 0.55% | 0.86% | - |
| XYZ | 22.93 | 17.38 | 69.86 | - |
| YUV | 114.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 220 | 0.55 | 0.54 | 0 | 0.14 | 239 | 0.63 | 0.63 |
| Hex | 64 | 66 | DC | 37 | 36 | 0 | E | EF | 3F | 3F |
| Octal | 144 | 146 | 334 | 67 | 66 | 0 | 16 | 357 | 77 | 77 |
| Binary | 1100100 | 1100110 | 11011100 | 110111 | 110110 | 0 | 1110 | 11101111 | 111111 | 111111 |
Color Harmonies of #6466DC
Complementary color
Monochromatic Colors of #6466DC
Black with #6466DC
Text Example
Text Example
White with #6466DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466DC; }
p { color: rgb(100,102,220); }
H1.HeaderClassName
{
color: #6466DC;
}
.AnyTagClassName
{
color: #6466DC;
}
</style>
background-color css
<style>
a { background-color: #6466DC; }
a { background-color: rgb(100,102,220); }
div.DivClassName
{
background-color: #6466DC;
}
.BgClassName
{
background-color: #6466DC;
}
</style>
border-color css
<style>
span { border-color: #6466DC; }
span { border-color: rgb(100,102,220); }
td.TdClassName
{
border-color: #6466DC;
}
.TagClassName
{
border-color: #6466DC;
}
</style>