Shades of Slate Blue #6C63DF
Tints of Slate Blue #6C63DF
RGB
CMYK
RGB Variations
Color information
#6C63DF (or 0x6C63DF) is known color: Slate Blue. HEX triplet: 6C, 63 and DF. RGB value is (108,99,223). Sum of RGB (Red+Green+Blue) = 108+99+223=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C63DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63DF is #939C20. Grayscale: #737373. Windows color (decimal): -9673761 or 14639980. OLE color: 14639980.
HSL color Cylindrical-coordinate representation of color #6C63DF: hue angle of 244.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C63DF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 99 | 223 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.13 |
| HSL | 244.35º | 0.66% | 0.63% | - |
| HSV(B) | 244.35º | 0.56% | 0.87% | - |
| XYZ | 23.97 | 17.44 | 71.92 | - |
| YUV | 115.83 | 188.48 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 223 | 0.52 | 0.56 | 0 | 0.13 | 244.35 | 0.66 | 0.63 |
| Hex | 6C | 63 | DF | 34 | 38 | 0 | D | F4 | 42 | 3F |
| Octal | 154 | 143 | 337 | 64 | 70 | 0 | 15 | 364 | 102 | 77 |
| Binary | 1101100 | 1100011 | 11011111 | 110100 | 111000 | 0 | 1101 | 11110100 | 1000010 | 111111 |
Color Harmonies of #6C63DF
Complementary color
Monochromatic Colors of #6C63DF
Black with #6C63DF
Text Example
Text Example
White with #6C63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63DF; }
p { color: rgb(108,99,223); }
H1.HeaderClassName
{
color: #6C63DF;
}
.AnyTagClassName
{
color: #6C63DF;
}
</style>
background-color css
<style>
a { background-color: #6C63DF; }
a { background-color: rgb(108,99,223); }
div.DivClassName
{
background-color: #6C63DF;
}
.BgClassName
{
background-color: #6C63DF;
}
</style>
border-color css
<style>
span { border-color: #6C63DF; }
span { border-color: rgb(108,99,223); }
td.TdClassName
{
border-color: #6C63DF;
}
.TagClassName
{
border-color: #6C63DF;
}
</style>