Shades of Slate Blue #6B57D7
Tints of Slate Blue #6B57D7
RGB
CMYK
RGB Variations
Color information
#6B57D7 (or 0x6B57D7) is known color: Slate Blue. HEX triplet: 6B, 57 and D7. RGB value is (107,87,215). Sum of RGB (Red+Green+Blue) = 107+87+215=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B57D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B57D7 is #94A828. Grayscale: #6B6B6B. Windows color (decimal): -9742377 or 14112619. OLE color: 14112619.
HSL color Cylindrical-coordinate representation of color #6B57D7: hue angle of 249.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B57D7 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 87 | 215 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.16 |
| HSL | 249.38º | 0.62% | 0.59% | - |
| HSV(B) | 249.38º | 0.6% | 0.84% | - |
| XYZ | 21.74 | 14.85 | 66.01 | - |
| YUV | 107.57 | 188.63 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 215 | 0.50 | 0.60 | 0 | 0.16 | 249.38 | 0.62 | 0.59 |
| Hex | 6B | 57 | D7 | 32 | 3C | 0 | 10 | F9 | 3E | 3B |
| Octal | 153 | 127 | 327 | 62 | 74 | 0 | 20 | 371 | 76 | 73 |
| Binary | 1101011 | 1010111 | 11010111 | 110010 | 111100 | 0 | 10000 | 11111001 | 111110 | 111011 |
Color Harmonies of #6B57D7
Complementary color
Monochromatic Colors of #6B57D7
Black with #6B57D7
Text Example
Text Example
White with #6B57D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B57D7; }
p { color: rgb(107,87,215); }
H1.HeaderClassName
{
color: #6B57D7;
}
.AnyTagClassName
{
color: #6B57D7;
}
</style>
background-color css
<style>
a { background-color: #6B57D7; }
a { background-color: rgb(107,87,215); }
div.DivClassName
{
background-color: #6B57D7;
}
.BgClassName
{
background-color: #6B57D7;
}
</style>
border-color css
<style>
span { border-color: #6B57D7; }
span { border-color: rgb(107,87,215); }
td.TdClassName
{
border-color: #6B57D7;
}
.TagClassName
{
border-color: #6B57D7;
}
</style>