Shades of Slate Blue #6B4ADE
Tints of Slate Blue #6B4ADE
RGB
CMYK
RGB Variations
Color information
#6B4ADE (or 0x6B4ADE) is known color: Slate Blue. HEX triplet: 6B, 4A and DE. RGB value is (107,74,222). Sum of RGB (Red+Green+Blue) = 107+74+222=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4ADE is #94B521. Grayscale: #646464. Windows color (decimal): -9745698 or 14568043. OLE color: 14568043.
HSL color Cylindrical-coordinate representation of color #6B4ADE: hue angle of 253.38º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B4ADE is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 74 | 222 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.13 |
| HSL | 253.38º | 0.69% | 0.58% | - |
| HSV(B) | 253.38º | 0.67% | 0.87% | - |
| XYZ | 21.7 | 13.3 | 70.53 | - |
| YUV | 100.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 74 | 222 | 0.52 | 0.67 | 0 | 0.13 | 253.38 | 0.69 | 0.58 |
| Hex | 6B | 4A | DE | 34 | 43 | 0 | D | FD | 45 | 3A |
| Octal | 153 | 112 | 336 | 64 | 103 | 0 | 15 | 375 | 105 | 72 |
| Binary | 1101011 | 1001010 | 11011110 | 110100 | 1000011 | 0 | 1101 | 11111101 | 1000101 | 111010 |
Color Harmonies of #6B4ADE
Complementary color
Monochromatic Colors of #6B4ADE
Black with #6B4ADE
Text Example
Text Example
White with #6B4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4ADE; }
p { color: rgb(107,74,222); }
H1.HeaderClassName
{
color: #6B4ADE;
}
.AnyTagClassName
{
color: #6B4ADE;
}
</style>
background-color css
<style>
a { background-color: #6B4ADE; }
a { background-color: rgb(107,74,222); }
div.DivClassName
{
background-color: #6B4ADE;
}
.BgClassName
{
background-color: #6B4ADE;
}
</style>
border-color css
<style>
span { border-color: #6B4ADE; }
span { border-color: rgb(107,74,222); }
td.TdClassName
{
border-color: #6B4ADE;
}
.TagClassName
{
border-color: #6B4ADE;
}
</style>