Html Css Color HEX #6E4CEB Medium Slate Blue

📋 copy color: '#6E4CEB'

red 110 ◦ green 76 ◦ blue 235

#6E4CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6E4CEB

Tints of Medium Slate Blue #6E4CEB

RGB

 RED value IS 110 (43.36% from 255) = 26.13%

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 26.13%
G = 18.05%
B = 55.82%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E4CEB (or 0x6E4CEB) is known color: Medium Slate Blue. HEX triplet: 6E, 4C and EB. RGB value is (110,76,235). Sum of RGB (Red+Green+Blue) = 110+76+235=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E4CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CEB is #91B314. Grayscale: #676767. Windows color (decimal): -9548565 or 15420526. OLE color: 15420526.

HSL color Cylindrical-coordinate representation of color #6E4CEB: hue angle of 252.83º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4CEB is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 76 235 -
CMYK 0.53 0.68 0 0.08
HSL 252.83º 0.8% 0.61% -
HSV(B) 252.83º 0.68% 0.92% -
XYZ 24.01 14.48 80.13 -
YUV 104.29 201.76 132.07 -
System Red Green Blue C M Y K H S L
Decimal 110 76 235 0.53 0.68 0 0.08 252.83 0.8 0.61
Hex 6E 4C EB 35 44 0 8 FD 50 3D
Octal 156 114 353 65 104 0 10 375 120 75
Binary 1101110 1001100 11101011 110101 1000100 0 1000 11111101 1010000 111101

Color Harmonies of #6E4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CEB

Black with #6E4CEB

Text Example


Text Example

White with #6E4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E4CEB; }

 p { color: rgb(110,76,235); }

 H1.HeaderClassName
 {
   color: #6E4CEB;
 }
 .AnyTagClassName
 {
   color: #6E4CEB;
 }
</style>

background-color css

<style>
 a { background-color: #6E4CEB; }

 a { background-color: rgb(110,76,235); }

 div.DivClassName
 {
   background-color: #6E4CEB;
 }
 .BgClassName
 {
   background-color: #6E4CEB;
 }
</style>

border-color css

<style>
 span { border-color: #6E4CEB; }

 span { border-color: rgb(110,76,235); }

 td.TdClassName
 {
   border-color: #6E4CEB;
 }
 .TagClassName
 {
   border-color: #6E4CEB;
 }
</style>