Shades of Slate Blue #6B4ACA
Tints of Slate Blue #6B4ACA
RGB
CMYK
RGB Variations
Color information
#6B4ACA (or 0x6B4ACA) is known color: Slate Blue. HEX triplet: 6B, 4A and CA. RGB value is (107,74,202). Sum of RGB (Red+Green+Blue) = 107+74+202=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4ACA is #94B535. Grayscale: #616161. Windows color (decimal): -9745718 or 13257323. OLE color: 13257323.
HSL color Cylindrical-coordinate representation of color #6B4ACA: hue angle of 255.47º 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 #6B4ACA is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 74 | 202 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.21 |
| HSL | 255.47º | 0.55% | 0.54% | - |
| HSV(B) | 255.47º | 0.63% | 0.79% | - |
| XYZ | 19.17 | 12.29 | 57.24 | - |
| YUV | 98.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 202 | 0.47 | 0.63 | 0 | 0.21 | 255.47 | 0.55 | 0.54 |
| Hex | 6B | 4A | CA | 2F | 3F | 0 | 15 | FF | 37 | 36 |
| Octal | 153 | 112 | 312 | 57 | 77 | 0 | 25 | 377 | 67 | 66 |
| Binary | 1101011 | 1001010 | 11001010 | 101111 | 111111 | 0 | 10101 | 11111111 | 110111 | 110110 |
Color Harmonies of #6B4ACA
Complementary color
Monochromatic Colors of #6B4ACA
Black with #6B4ACA
Text Example
Text Example
White with #6B4ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4ACA; }
p { color: rgb(107,74,202); }
H1.HeaderClassName
{
color: #6B4ACA;
}
.AnyTagClassName
{
color: #6B4ACA;
}
</style>
background-color css
<style>
a { background-color: #6B4ACA; }
a { background-color: rgb(107,74,202); }
div.DivClassName
{
background-color: #6B4ACA;
}
.BgClassName
{
background-color: #6B4ACA;
}
</style>
border-color css
<style>
span { border-color: #6B4ACA; }
span { border-color: rgb(107,74,202); }
td.TdClassName
{
border-color: #6B4ACA;
}
.TagClassName
{
border-color: #6B4ACA;
}
</style>