Shades of Slate Blue #6B63DF
Tints of Slate Blue #6B63DF
RGB
CMYK
RGB Variations
Color information
#6B63DF (or 0x6B63DF) is known color: Slate Blue. HEX triplet: 6B, 63 and DF. RGB value is (107,99,223). Sum of RGB (Red+Green+Blue) = 107+99+223=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B63DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63DF is #949C20. Grayscale: #737373. Windows color (decimal): -9739297 or 14639979. OLE color: 14639979.
HSL color Cylindrical-coordinate representation of color #6B63DF: hue angle of 243.87º 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 #6B63DF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 99 | 223 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.13 |
| HSL | 243.87º | 0.66% | 0.63% | - |
| HSV(B) | 243.87º | 0.56% | 0.87% | - |
| XYZ | 23.84 | 17.38 | 71.91 | - |
| YUV | 115.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 223 | 0.52 | 0.56 | 0 | 0.13 | 243.87 | 0.66 | 0.63 |
| Hex | 6B | 63 | DF | 34 | 38 | 0 | D | F4 | 42 | 3F |
| Octal | 153 | 143 | 337 | 64 | 70 | 0 | 15 | 364 | 102 | 77 |
| Binary | 1101011 | 1100011 | 11011111 | 110100 | 111000 | 0 | 1101 | 11110100 | 1000010 | 111111 |
Color Harmonies of #6B63DF
Complementary color
Monochromatic Colors of #6B63DF
Black with #6B63DF
Text Example
Text Example
White with #6B63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63DF; }
p { color: rgb(107,99,223); }
H1.HeaderClassName
{
color: #6B63DF;
}
.AnyTagClassName
{
color: #6B63DF;
}
</style>
background-color css
<style>
a { background-color: #6B63DF; }
a { background-color: rgb(107,99,223); }
div.DivClassName
{
background-color: #6B63DF;
}
.BgClassName
{
background-color: #6B63DF;
}
</style>
border-color css
<style>
span { border-color: #6B63DF; }
span { border-color: rgb(107,99,223); }
td.TdClassName
{
border-color: #6B63DF;
}
.TagClassName
{
border-color: #6B63DF;
}
</style>