Shades of Slate Blue #6B5AD7
Tints of Slate Blue #6B5AD7
RGB
CMYK
RGB Variations
Color information
#6B5AD7 (or 0x6B5AD7) is known color: Slate Blue. HEX triplet: 6B, 5A and D7. RGB value is (107,90,215). Sum of RGB (Red+Green+Blue) = 107+90+215=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B5AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5AD7 is #94A528. Grayscale: #6C6C6C. Windows color (decimal): -9741609 or 14113387. OLE color: 14113387.
HSL color Cylindrical-coordinate representation of color #6B5AD7: hue angle of 248.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5AD7 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 90 | 215 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.16 |
| HSL | 248.16º | 0.61% | 0.6% | - |
| HSV(B) | 248.16º | 0.58% | 0.84% | - |
| XYZ | 21.99 | 15.34 | 66.09 | - |
| YUV | 109.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 215 | 0.50 | 0.58 | 0 | 0.16 | 248.16 | 0.61 | 0.6 |
| Hex | 6B | 5A | D7 | 32 | 3A | 0 | 10 | F8 | 3D | 3C |
| Octal | 153 | 132 | 327 | 62 | 72 | 0 | 20 | 370 | 75 | 74 |
| Binary | 1101011 | 1011010 | 11010111 | 110010 | 111010 | 0 | 10000 | 11111000 | 111101 | 111100 |
Color Harmonies of #6B5AD7
Complementary color
Monochromatic Colors of #6B5AD7
Black with #6B5AD7
Text Example
Text Example
White with #6B5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AD7; }
p { color: rgb(107,90,215); }
H1.HeaderClassName
{
color: #6B5AD7;
}
.AnyTagClassName
{
color: #6B5AD7;
}
</style>
background-color css
<style>
a { background-color: #6B5AD7; }
a { background-color: rgb(107,90,215); }
div.DivClassName
{
background-color: #6B5AD7;
}
.BgClassName
{
background-color: #6B5AD7;
}
</style>
border-color css
<style>
span { border-color: #6B5AD7; }
span { border-color: rgb(107,90,215); }
td.TdClassName
{
border-color: #6B5AD7;
}
.TagClassName
{
border-color: #6B5AD7;
}
</style>