Shades of Slate Blue #6B4CDD
Tints of Slate Blue #6B4CDD
RGB
CMYK
RGB Variations
Color information
#6B4CDD (or 0x6B4CDD) is known color: Slate Blue. HEX triplet: 6B, 4C and DD. RGB value is (107,76,221). Sum of RGB (Red+Green+Blue) = 107+76+221=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B4CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CDD is #94B322. Grayscale: #656565. Windows color (decimal): -9745187 or 14503019. OLE color: 14503019.
HSL color Cylindrical-coordinate representation of color #6B4CDD: hue angle of 252.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B4CDD is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 76 | 221 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.13 |
| HSL | 252.83º | 0.68% | 0.58% | - |
| HSV(B) | 252.83º | 0.66% | 0.87% | - |
| XYZ | 21.7 | 13.52 | 69.87 | - |
| YUV | 101.8 | 195.27 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 221 | 0.52 | 0.66 | 0 | 0.13 | 252.83 | 0.68 | 0.58 |
| Hex | 6B | 4C | DD | 34 | 42 | 0 | D | FD | 44 | 3A |
| Octal | 153 | 114 | 335 | 64 | 102 | 0 | 15 | 375 | 104 | 72 |
| Binary | 1101011 | 1001100 | 11011101 | 110100 | 1000010 | 0 | 1101 | 11111101 | 1000100 | 111010 |
Color Harmonies of #6B4CDD
Complementary color
Monochromatic Colors of #6B4CDD
Black with #6B4CDD
Text Example
Text Example
White with #6B4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CDD; }
p { color: rgb(107,76,221); }
H1.HeaderClassName
{
color: #6B4CDD;
}
.AnyTagClassName
{
color: #6B4CDD;
}
</style>
background-color css
<style>
a { background-color: #6B4CDD; }
a { background-color: rgb(107,76,221); }
div.DivClassName
{
background-color: #6B4CDD;
}
.BgClassName
{
background-color: #6B4CDD;
}
</style>
border-color css
<style>
span { border-color: #6B4CDD; }
span { border-color: rgb(107,76,221); }
td.TdClassName
{
border-color: #6B4CDD;
}
.TagClassName
{
border-color: #6B4CDD;
}
</style>