Shades of Slate Blue #6568DC
Tints of Slate Blue #6568DC
RGB
CMYK
RGB Variations
Color information
#6568DC (or 0x6568DC) is known color: Slate Blue. HEX triplet: 65, 68 and DC. RGB value is (101,104,220). Sum of RGB (Red+Green+Blue) = 101+104+220=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #6568DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568DC is #9A9723. Grayscale: #737373. Windows color (decimal): -10131236 or 14444645. OLE color: 14444645.
HSL color Cylindrical-coordinate representation of color #6568DC: hue angle of 238.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6568DC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 104 | 220 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.14 |
| HSL | 238.49º | 0.63% | 0.63% | - |
| HSV(B) | 238.49º | 0.54% | 0.86% | - |
| XYZ | 23.24 | 17.83 | 69.93 | - |
| YUV | 116.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 220 | 0.54 | 0.53 | 0 | 0.14 | 238.49 | 0.63 | 0.63 |
| Hex | 65 | 68 | DC | 36 | 35 | 0 | E | EE | 3F | 3F |
| Octal | 145 | 150 | 334 | 66 | 65 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100101 | 1101000 | 11011100 | 110110 | 110101 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #6568DC
Complementary color
Monochromatic Colors of #6568DC
Black with #6568DC
Text Example
Text Example
White with #6568DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568DC; }
p { color: rgb(101,104,220); }
H1.HeaderClassName
{
color: #6568DC;
}
.AnyTagClassName
{
color: #6568DC;
}
</style>
background-color css
<style>
a { background-color: #6568DC; }
a { background-color: rgb(101,104,220); }
div.DivClassName
{
background-color: #6568DC;
}
.BgClassName
{
background-color: #6568DC;
}
</style>
border-color css
<style>
span { border-color: #6568DC; }
span { border-color: rgb(101,104,220); }
td.TdClassName
{
border-color: #6568DC;
}
.TagClassName
{
border-color: #6568DC;
}
</style>