Shades of Slate Blue #6A4DCF
Tints of Slate Blue #6A4DCF
RGB
CMYK
RGB Variations
Color information
#6A4DCF (or 0x6A4DCF) is known color: Slate Blue. HEX triplet: 6A, 4D and CF. RGB value is (106,77,207). Sum of RGB (Red+Green+Blue) = 106+77+207=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A4DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DCF is #95B230. Grayscale: #636363. Windows color (decimal): -9810481 or 13585770. OLE color: 13585770.
HSL color Cylindrical-coordinate representation of color #6A4DCF: hue angle of 253.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A4DCF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 77 | 207 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.19 |
| HSL | 253.38º | 0.58% | 0.56% | - |
| HSV(B) | 253.38º | 0.63% | 0.81% | - |
| XYZ | 19.86 | 12.88 | 60.47 | - |
| YUV | 100.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 207 | 0.49 | 0.63 | 0 | 0.19 | 253.38 | 0.58 | 0.56 |
| Hex | 6A | 4D | CF | 31 | 3F | 0 | 13 | FD | 3A | 38 |
| Octal | 152 | 115 | 317 | 61 | 77 | 0 | 23 | 375 | 72 | 70 |
| Binary | 1101010 | 1001101 | 11001111 | 110001 | 111111 | 0 | 10011 | 11111101 | 111010 | 111000 |
Color Harmonies of #6A4DCF
Complementary color
Monochromatic Colors of #6A4DCF
Black with #6A4DCF
Text Example
Text Example
White with #6A4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4DCF; }
p { color: rgb(106,77,207); }
H1.HeaderClassName
{
color: #6A4DCF;
}
.AnyTagClassName
{
color: #6A4DCF;
}
</style>
background-color css
<style>
a { background-color: #6A4DCF; }
a { background-color: rgb(106,77,207); }
div.DivClassName
{
background-color: #6A4DCF;
}
.BgClassName
{
background-color: #6A4DCF;
}
</style>
border-color css
<style>
span { border-color: #6A4DCF; }
span { border-color: rgb(106,77,207); }
td.TdClassName
{
border-color: #6A4DCF;
}
.TagClassName
{
border-color: #6A4DCF;
}
</style>