Shades of Medium Slate Blue #6B65E5
Tints of Medium Slate Blue #6B65E5
RGB
CMYK
RGB Variations
Color information
#6B65E5 (or 0x6B65E5) is known color: Medium Slate Blue. HEX triplet: 6B, 65 and E5. RGB value is (107,101,229). Sum of RGB (Red+Green+Blue) = 107+101+229=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B65E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65E5 is #949A1A. Grayscale: #747474. Windows color (decimal): -9738779 or 15033707. OLE color: 15033707.
HSL color Cylindrical-coordinate representation of color #6B65E5: hue angle of 242.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B65E5 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 101 | 229 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.10 |
| HSL | 242.81º | 0.71% | 0.65% | - |
| HSV(B) | 242.81º | 0.56% | 0.9% | - |
| XYZ | 24.86 | 18.09 | 76.31 | - |
| YUV | 117.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 229 | 0.53 | 0.56 | 0 | 0.10 | 242.81 | 0.71 | 0.65 |
| Hex | 6B | 65 | E5 | 35 | 38 | 0 | A | F3 | 47 | 41 |
| Octal | 153 | 145 | 345 | 65 | 70 | 0 | 12 | 363 | 107 | 101 |
| Binary | 1101011 | 1100101 | 11100101 | 110101 | 111000 | 0 | 1010 | 11110011 | 1000111 | 1000001 |
Color Harmonies of #6B65E5
Complementary color
Monochromatic Colors of #6B65E5
Black with #6B65E5
Text Example
Text Example
White with #6B65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B65E5; }
p { color: rgb(107,101,229); }
H1.HeaderClassName
{
color: #6B65E5;
}
.AnyTagClassName
{
color: #6B65E5;
}
</style>
background-color css
<style>
a { background-color: #6B65E5; }
a { background-color: rgb(107,101,229); }
div.DivClassName
{
background-color: #6B65E5;
}
.BgClassName
{
background-color: #6B65E5;
}
</style>
border-color css
<style>
span { border-color: #6B65E5; }
span { border-color: rgb(107,101,229); }
td.TdClassName
{
border-color: #6B65E5;
}
.TagClassName
{
border-color: #6B65E5;
}
</style>