Shades of Slate Blue #6568CB
Tints of Slate Blue #6568CB
RGB
CMYK
RGB Variations
Color information
#6568CB (or 0x6568CB) is known color: Slate Blue. HEX triplet: 65, 68 and CB. RGB value is (101,104,203). Sum of RGB (Red+Green+Blue) = 101+104+203=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #6568CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568CB is #9A9734. Grayscale: #717171. Windows color (decimal): -10131253 or 13330533. OLE color: 13330533.
HSL color Cylindrical-coordinate representation of color #6568CB: hue angle of 238.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6568CB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 104 | 203 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.20 |
| HSL | 238.24º | 0.5% | 0.6% | - |
| HSV(B) | 238.24º | 0.5% | 0.8% | - |
| XYZ | 21.1 | 16.98 | 58.67 | - |
| YUV | 114.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 203 | 0.50 | 0.49 | 0 | 0.20 | 238.24 | 0.5 | 0.6 |
| Hex | 65 | 68 | CB | 32 | 31 | 0 | 14 | EE | 32 | 3C |
| Octal | 145 | 150 | 313 | 62 | 61 | 0 | 24 | 356 | 62 | 74 |
| Binary | 1100101 | 1101000 | 11001011 | 110010 | 110001 | 0 | 10100 | 11101110 | 110010 | 111100 |
Color Harmonies of #6568CB
Complementary color
Monochromatic Colors of #6568CB
Black with #6568CB
Text Example
Text Example
White with #6568CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6568CB; }
p { color: rgb(101,104,203); }
H1.HeaderClassName
{
color: #6568CB;
}
.AnyTagClassName
{
color: #6568CB;
}
</style>
background-color css
<style>
a { background-color: #6568CB; }
a { background-color: rgb(101,104,203); }
div.DivClassName
{
background-color: #6568CB;
}
.BgClassName
{
background-color: #6568CB;
}
</style>
border-color css
<style>
span { border-color: #6568CB; }
span { border-color: rgb(101,104,203); }
td.TdClassName
{
border-color: #6568CB;
}
.TagClassName
{
border-color: #6568CB;
}
</style>