Shades of Slate Blue #6A63CA
Tints of Slate Blue #6A63CA
RGB
CMYK
RGB Variations
Color information
#6A63CA (or 0x6A63CA) is known color: Slate Blue. HEX triplet: 6A, 63 and CA. RGB value is (106,99,202). Sum of RGB (Red+Green+Blue) = 106+99+202=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A63CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A63CA is #959C35. Grayscale: #707070. Windows color (decimal): -9804854 or 13263722. OLE color: 13263722.
HSL color Cylindrical-coordinate representation of color #6A63CA: hue angle of 244.08º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A63CA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 99 | 202 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.21 |
| HSL | 244.08º | 0.49% | 0.59% | - |
| HSV(B) | 244.08º | 0.51% | 0.79% | - |
| XYZ | 21.07 | 16.25 | 57.9 | - |
| YUV | 112.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 202 | 0.48 | 0.51 | 0 | 0.21 | 244.08 | 0.49 | 0.59 |
| Hex | 6A | 63 | CA | 30 | 33 | 0 | 15 | F4 | 31 | 3B |
| Octal | 152 | 143 | 312 | 60 | 63 | 0 | 25 | 364 | 61 | 73 |
| Binary | 1101010 | 1100011 | 11001010 | 110000 | 110011 | 0 | 10101 | 11110100 | 110001 | 111011 |
Color Harmonies of #6A63CA
Complementary color
Monochromatic Colors of #6A63CA
Black with #6A63CA
Text Example
Text Example
White with #6A63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A63CA; }
p { color: rgb(106,99,202); }
H1.HeaderClassName
{
color: #6A63CA;
}
.AnyTagClassName
{
color: #6A63CA;
}
</style>
background-color css
<style>
a { background-color: #6A63CA; }
a { background-color: rgb(106,99,202); }
div.DivClassName
{
background-color: #6A63CA;
}
.BgClassName
{
background-color: #6A63CA;
}
</style>
border-color css
<style>
span { border-color: #6A63CA; }
span { border-color: rgb(106,99,202); }
td.TdClassName
{
border-color: #6A63CA;
}
.TagClassName
{
border-color: #6A63CA;
}
</style>