Html Css Color HEX #6E5AFA Medium Slate Blue

📋 copy color: '#6E5AFA'

red 110 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #6E5AFA

Tints of Medium Slate Blue #6E5AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 24.44%
G = 20%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E5AFA (or 0x6E5AFA) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and FA. RGB value is (110,90,250). Sum of RGB (Red+Green+Blue) = 110+90+250=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E5AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFA is #91A505. Grayscale: #717171. Windows color (decimal): -9544966 or 16407150. OLE color: 16407150.

HSL color Cylindrical-coordinate representation of color #6E5AFA: hue angle of 247.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E5AFA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 90 250 -
CMYK 0.56 0.64 0 0.02
HSL 247.5º 0.94% 0.67% -
HSV(B) 247.5º 0.64% 0.98% -
XYZ 27.34 17.53 92.38 -
YUV 114.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 110 90 250 0.56 0.64 0 0.02 247.5 0.94 0.67
Hex 6E 5A FA 38 40 0 2 F8 5E 43
Octal 156 132 372 70 100 0 2 370 136 103
Binary 1101110 1011010 11111010 111000 1000000 0 10 11111000 1011110 1000011

Color Harmonies of #6E5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AFA

Black with #6E5AFA

Text Example


Text Example

White with #6E5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,250); }

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

background-color css

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

 a { background-color: rgb(110,90,250); }

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

border-color css

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

 span { border-color: rgb(110,90,250); }

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