Shades of Slate Blue #6B5BD4
Tints of Slate Blue #6B5BD4
RGB
CMYK
RGB Variations
Color information
#6B5BD4 (or 0x6B5BD4) is known color: Slate Blue. HEX triplet: 6B, 5B and D4. RGB value is (107,91,212). Sum of RGB (Red+Green+Blue) = 107+91+212=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #6B5BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BD4 is #94A42B. Grayscale: #6D6D6D. Windows color (decimal): -9741356 or 13917035. OLE color: 13917035.
HSL color Cylindrical-coordinate representation of color #6B5BD4: hue angle of 247.93º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5BD4 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 91 | 212 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.17 |
| HSL | 247.93º | 0.58% | 0.59% | - |
| HSV(B) | 247.93º | 0.57% | 0.83% | - |
| XYZ | 21.69 | 15.36 | 64.11 | - |
| YUV | 109.58 | 185.8 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 212 | 0.50 | 0.57 | 0 | 0.17 | 247.93 | 0.58 | 0.59 |
| Hex | 6B | 5B | D4 | 32 | 39 | 0 | 11 | F8 | 3A | 3B |
| Octal | 153 | 133 | 324 | 62 | 71 | 0 | 21 | 370 | 72 | 73 |
| Binary | 1101011 | 1011011 | 11010100 | 110010 | 111001 | 0 | 10001 | 11111000 | 111010 | 111011 |
Color Harmonies of #6B5BD4
Complementary color
Monochromatic Colors of #6B5BD4
Black with #6B5BD4
Text Example
Text Example
White with #6B5BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BD4; }
p { color: rgb(107,91,212); }
H1.HeaderClassName
{
color: #6B5BD4;
}
.AnyTagClassName
{
color: #6B5BD4;
}
</style>
background-color css
<style>
a { background-color: #6B5BD4; }
a { background-color: rgb(107,91,212); }
div.DivClassName
{
background-color: #6B5BD4;
}
.BgClassName
{
background-color: #6B5BD4;
}
</style>
border-color css
<style>
span { border-color: #6B5BD4; }
span { border-color: rgb(107,91,212); }
td.TdClassName
{
border-color: #6B5BD4;
}
.TagClassName
{
border-color: #6B5BD4;
}
</style>