Html Css Color HEX #6E4AEB Medium Slate Blue

📋 copy color: '#6E4AEB'

red 110 ◦ green 74 ◦ blue 235

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

Shades of Medium Slate Blue #6E4AEB

Tints of Medium Slate Blue #6E4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 26.25%
G = 17.66%
B = 56.09%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E4AEB (or 0x6E4AEB) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and EB. RGB value is (110,74,235). Sum of RGB (Red+Green+Blue) = 110+74+235=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AEB is #91B514. Grayscale: #666666. Windows color (decimal): -9549077 or 15420014. OLE color: 15420014.

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

Color convert

RGB 110 74 235 -
CMYK 0.53 0.69 0 0.08
HSL 253.42º 0.8% 0.61% -
HSV(B) 253.42º 0.69% 0.92% -
XYZ 23.87 14.21 80.08 -
YUV 103.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 110 74 235 0.53 0.69 0 0.08 253.42 0.8 0.61
Hex 6E 4A EB 35 45 0 8 FD 50 3D
Octal 156 112 353 65 105 0 10 375 120 75
Binary 1101110 1001010 11101011 110101 1000101 0 1000 11111101 1010000 111101

Color Harmonies of #6E4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4AEB

Black with #6E4AEB

Text Example


Text Example

White with #6E4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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