Shades of Slate Blue #6C63DB
Tints of Slate Blue #6C63DB
RGB
CMYK
RGB Variations
Color information
#6C63DB (or 0x6C63DB) is known color: Slate Blue. HEX triplet: 6C, 63 and DB. RGB value is (108,99,219). Sum of RGB (Red+Green+Blue) = 108+99+219=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63DB is #939C24. Grayscale: #727272. Windows color (decimal): -9673765 or 14377836. OLE color: 14377836.
HSL color Cylindrical-coordinate representation of color #6C63DB: hue angle of 244.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C63DB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 99 | 219 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.14 |
| HSL | 244.5º | 0.63% | 0.62% | - |
| HSV(B) | 244.5º | 0.55% | 0.86% | - |
| XYZ | 23.43 | 17.23 | 69.11 | - |
| YUV | 115.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 219 | 0.51 | 0.55 | 0 | 0.14 | 244.5 | 0.63 | 0.62 |
| Hex | 6C | 63 | DB | 33 | 37 | 0 | E | F4 | 3E | 3E |
| Octal | 154 | 143 | 333 | 63 | 67 | 0 | 16 | 364 | 76 | 76 |
| Binary | 1101100 | 1100011 | 11011011 | 110011 | 110111 | 0 | 1110 | 11110100 | 111110 | 111110 |
Color Harmonies of #6C63DB
Complementary color
Monochromatic Colors of #6C63DB
Black with #6C63DB
Text Example
Text Example
White with #6C63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C63DB; }
p { color: rgb(108,99,219); }
H1.HeaderClassName
{
color: #6C63DB;
}
.AnyTagClassName
{
color: #6C63DB;
}
</style>
background-color css
<style>
a { background-color: #6C63DB; }
a { background-color: rgb(108,99,219); }
div.DivClassName
{
background-color: #6C63DB;
}
.BgClassName
{
background-color: #6C63DB;
}
</style>
border-color css
<style>
span { border-color: #6C63DB; }
span { border-color: rgb(108,99,219); }
td.TdClassName
{
border-color: #6C63DB;
}
.TagClassName
{
border-color: #6C63DB;
}
</style>