Shades of Slate Blue #6B5CE3
Tints of Slate Blue #6B5CE3
RGB
CMYK
RGB Variations
Color information
#6B5CE3 (or 0x6B5CE3) is known color: Slate Blue. HEX triplet: 6B, 5C and E3. RGB value is (107,92,227). Sum of RGB (Red+Green+Blue) = 107+92+227=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #6B5CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CE3 is #94A31C. Grayscale: #6F6F6F. Windows color (decimal): -9741085 or 14900331. OLE color: 14900331.
HSL color Cylindrical-coordinate representation of color #6B5CE3: hue angle of 246.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5CE3 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 92 | 227 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.11 |
| HSL | 246.67º | 0.71% | 0.63% | - |
| HSV(B) | 246.67º | 0.59% | 0.89% | - |
| XYZ | 23.76 | 16.33 | 74.57 | - |
| YUV | 111.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 227 | 0.53 | 0.59 | 0 | 0.11 | 246.67 | 0.71 | 0.63 |
| Hex | 6B | 5C | E3 | 35 | 3B | 0 | B | F7 | 47 | 3F |
| Octal | 153 | 134 | 343 | 65 | 73 | 0 | 13 | 367 | 107 | 77 |
| Binary | 1101011 | 1011100 | 11100011 | 110101 | 111011 | 0 | 1011 | 11110111 | 1000111 | 111111 |
Color Harmonies of #6B5CE3
Complementary color
Monochromatic Colors of #6B5CE3
Black with #6B5CE3
Text Example
Text Example
White with #6B5CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CE3; }
p { color: rgb(107,92,227); }
H1.HeaderClassName
{
color: #6B5CE3;
}
.AnyTagClassName
{
color: #6B5CE3;
}
</style>
background-color css
<style>
a { background-color: #6B5CE3; }
a { background-color: rgb(107,92,227); }
div.DivClassName
{
background-color: #6B5CE3;
}
.BgClassName
{
background-color: #6B5CE3;
}
</style>
border-color css
<style>
span { border-color: #6B5CE3; }
span { border-color: rgb(107,92,227); }
td.TdClassName
{
border-color: #6B5CE3;
}
.TagClassName
{
border-color: #6B5CE3;
}
</style>