Shades of Slate Blue #6B40DA
Tints of Slate Blue #6B40DA
RGB
CMYK
RGB Variations
Color information
#6B40DA (or 0x6B40DA) is known color: Slate Blue. HEX triplet: 6B, 40 and DA. RGB value is (107,64,218). Sum of RGB (Red+Green+Blue) = 107+64+218=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B40DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B40DA is #94BF25. Grayscale: #5D5D5D. Windows color (decimal): -9748262 or 14303339. OLE color: 14303339.
HSL color Cylindrical-coordinate representation of color #6B40DA: hue angle of 256.75º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B40DA is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 64 | 218 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.15 |
| HSL | 256.75º | 0.68% | 0.55% | - |
| HSV(B) | 256.75º | 0.71% | 0.85% | - |
| XYZ | 20.55 | 11.85 | 67.53 | - |
| YUV | 94.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 218 | 0.51 | 0.71 | 0 | 0.15 | 256.75 | 0.68 | 0.55 |
| Hex | 6B | 40 | DA | 33 | 47 | 0 | F | 101 | 44 | 37 |
| Octal | 153 | 100 | 332 | 63 | 107 | 0 | 17 | 401 | 104 | 67 |
| Binary | 1101011 | 1000000 | 11011010 | 110011 | 1000111 | 0 | 1111 | 100000001 | 1000100 | 110111 |
Color Harmonies of #6B40DA
Complementary color
Monochromatic Colors of #6B40DA
Black with #6B40DA
Text Example
Text Example
White with #6B40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B40DA; }
p { color: rgb(107,64,218); }
H1.HeaderClassName
{
color: #6B40DA;
}
.AnyTagClassName
{
color: #6B40DA;
}
</style>
background-color css
<style>
a { background-color: #6B40DA; }
a { background-color: rgb(107,64,218); }
div.DivClassName
{
background-color: #6B40DA;
}
.BgClassName
{
background-color: #6B40DA;
}
</style>
border-color css
<style>
span { border-color: #6B40DA; }
span { border-color: rgb(107,64,218); }
td.TdClassName
{
border-color: #6B40DA;
}
.TagClassName
{
border-color: #6B40DA;
}
</style>