Shades of Slate Blue #6568DF
Tints of Slate Blue #6568DF
RGB
CMYK
RGB Variations
Color information
#6568DF (or 0x6568DF) is known color: Slate Blue. HEX triplet: 65, 68 and DF. RGB value is (101,104,223). Sum of RGB (Red+Green+Blue) = 101+104+223=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6568DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568DF is #9A9720. Grayscale: #747474. Windows color (decimal): -10131233 or 14641253. OLE color: 14641253.
HSL color Cylindrical-coordinate representation of color #6568DF: hue angle of 238.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6568DF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 104 | 223 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.13 |
| HSL | 238.52º | 0.66% | 0.64% | - |
| HSV(B) | 238.52º | 0.55% | 0.87% | - |
| XYZ | 23.64 | 18 | 72.04 | - |
| YUV | 116.67 | 188.01 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 223 | 0.55 | 0.53 | 0 | 0.13 | 238.52 | 0.66 | 0.64 |
| Hex | 65 | 68 | DF | 37 | 35 | 0 | D | EF | 42 | 40 |
| Octal | 145 | 150 | 337 | 67 | 65 | 0 | 15 | 357 | 102 | 100 |
| Binary | 1100101 | 1101000 | 11011111 | 110111 | 110101 | 0 | 1101 | 11101111 | 1000010 | 1000000 |
Color Harmonies of #6568DF
Complementary color
Monochromatic Colors of #6568DF
Black with #6568DF
Text Example
Text Example
White with #6568DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568DF; }
p { color: rgb(101,104,223); }
H1.HeaderClassName
{
color: #6568DF;
}
.AnyTagClassName
{
color: #6568DF;
}
</style>
background-color css
<style>
a { background-color: #6568DF; }
a { background-color: rgb(101,104,223); }
div.DivClassName
{
background-color: #6568DF;
}
.BgClassName
{
background-color: #6568DF;
}
</style>
border-color css
<style>
span { border-color: #6568DF; }
span { border-color: rgb(101,104,223); }
td.TdClassName
{
border-color: #6568DF;
}
.TagClassName
{
border-color: #6568DF;
}
</style>