Shades of Slate Blue #6A63DB
Tints of Slate Blue #6A63DB
RGB
CMYK
RGB Variations
Color information
#6A63DB (or 0x6A63DB) is known color: Slate Blue. HEX triplet: 6A, 63 and DB. RGB value is (106,99,219). Sum of RGB (Red+Green+Blue) = 106+99+219=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63DB is #959C24. Grayscale: #727272. Windows color (decimal): -9804837 or 14377834. OLE color: 14377834.
HSL color Cylindrical-coordinate representation of color #6A63DB: hue angle of 243.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 #6A63DB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 99 | 219 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.14 |
| HSL | 243.5º | 0.63% | 0.62% | - |
| HSV(B) | 243.5º | 0.55% | 0.86% | - |
| XYZ | 23.19 | 17.1 | 69.1 | - |
| YUV | 114.77 | 186.82 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 219 | 0.52 | 0.55 | 0 | 0.14 | 243.5 | 0.63 | 0.62 |
| Hex | 6A | 63 | DB | 34 | 37 | 0 | E | F4 | 3E | 3E |
| Octal | 152 | 143 | 333 | 64 | 67 | 0 | 16 | 364 | 76 | 76 |
| Binary | 1101010 | 1100011 | 11011011 | 110100 | 110111 | 0 | 1110 | 11110100 | 111110 | 111110 |
Color Harmonies of #6A63DB
Complementary color
Monochromatic Colors of #6A63DB
Black with #6A63DB
Text Example
Text Example
White with #6A63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A63DB; }
p { color: rgb(106,99,219); }
H1.HeaderClassName
{
color: #6A63DB;
}
.AnyTagClassName
{
color: #6A63DB;
}
</style>
background-color css
<style>
a { background-color: #6A63DB; }
a { background-color: rgb(106,99,219); }
div.DivClassName
{
background-color: #6A63DB;
}
.BgClassName
{
background-color: #6A63DB;
}
</style>
border-color css
<style>
span { border-color: #6A63DB; }
span { border-color: rgb(106,99,219); }
td.TdClassName
{
border-color: #6A63DB;
}
.TagClassName
{
border-color: #6A63DB;
}
</style>