Shades of Slate Blue #6468DC
Tints of Slate Blue #6468DC
RGB
CMYK
RGB Variations
Color information
#6468DC (or 0x6468DC) is known color: Slate Blue. HEX triplet: 64, 68 and DC. RGB value is (100,104,220). Sum of RGB (Red+Green+Blue) = 100+104+220=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #6468DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468DC is #9B9723. Grayscale: #737373. Windows color (decimal): -10196772 or 14444644. OLE color: 14444644.
HSL color Cylindrical-coordinate representation of color #6468DC: hue angle of 238º 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 #6468DC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 104 | 220 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 238º | 0.63% | 0.63% | - |
| HSV(B) | 238º | 0.55% | 0.86% | - |
| XYZ | 23.12 | 17.78 | 69.92 | - |
| YUV | 116.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 220 | 0.55 | 0.53 | 0 | 0.14 | 238 | 0.63 | 0.63 |
| Hex | 64 | 68 | DC | 37 | 35 | 0 | E | EE | 3F | 3F |
| Octal | 144 | 150 | 334 | 67 | 65 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100100 | 1101000 | 11011100 | 110111 | 110101 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #6468DC
Complementary color
Monochromatic Colors of #6468DC
Black with #6468DC
Text Example
Text Example
White with #6468DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468DC; }
p { color: rgb(100,104,220); }
H1.HeaderClassName
{
color: #6468DC;
}
.AnyTagClassName
{
color: #6468DC;
}
</style>
background-color css
<style>
a { background-color: #6468DC; }
a { background-color: rgb(100,104,220); }
div.DivClassName
{
background-color: #6468DC;
}
.BgClassName
{
background-color: #6468DC;
}
</style>
border-color css
<style>
span { border-color: #6468DC; }
span { border-color: rgb(100,104,220); }
td.TdClassName
{
border-color: #6468DC;
}
.TagClassName
{
border-color: #6468DC;
}
</style>