Shades of Slate Blue #6D4BCA
Tints of Slate Blue #6D4BCA
RGB
CMYK
RGB Variations
Color information
#6D4BCA (or 0x6D4BCA) is known color: Slate Blue. HEX triplet: 6D, 4B and CA. RGB value is (109,75,202). Sum of RGB (Red+Green+Blue) = 109+75+202=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D4BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BCA is #92B435. Grayscale: #636363. Windows color (decimal): -9614390 or 13257581. OLE color: 13257581.
HSL color Cylindrical-coordinate representation of color #6D4BCA: hue angle of 256.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4BCA is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 75 | 202 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.21 |
| HSL | 256.06º | 0.55% | 0.54% | - |
| HSV(B) | 256.06º | 0.63% | 0.79% | - |
| XYZ | 19.48 | 12.55 | 57.27 | - |
| YUV | 99.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 202 | 0.46 | 0.63 | 0 | 0.21 | 256.06 | 0.55 | 0.54 |
| Hex | 6D | 4B | CA | 2E | 3F | 0 | 15 | 100 | 37 | 36 |
| Octal | 155 | 113 | 312 | 56 | 77 | 0 | 25 | 400 | 67 | 66 |
| Binary | 1101101 | 1001011 | 11001010 | 101110 | 111111 | 0 | 10101 | 100000000 | 110111 | 110110 |
Color Harmonies of #6D4BCA
Complementary color
Monochromatic Colors of #6D4BCA
Black with #6D4BCA
Text Example
Text Example
White with #6D4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BCA; }
p { color: rgb(109,75,202); }
H1.HeaderClassName
{
color: #6D4BCA;
}
.AnyTagClassName
{
color: #6D4BCA;
}
</style>
background-color css
<style>
a { background-color: #6D4BCA; }
a { background-color: rgb(109,75,202); }
div.DivClassName
{
background-color: #6D4BCA;
}
.BgClassName
{
background-color: #6D4BCA;
}
</style>
border-color css
<style>
span { border-color: #6D4BCA; }
span { border-color: rgb(109,75,202); }
td.TdClassName
{
border-color: #6D4BCA;
}
.TagClassName
{
border-color: #6D4BCA;
}
</style>