Html Css Color HEX #6E5AFB Medium Slate Blue

📋 copy color: '#6E5AFB'

red 110 ◦ green 90 ◦ blue 251

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

Shades of Medium Slate Blue #6E5AFB

Tints of Medium Slate Blue #6E5AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 24.39%
G = 19.96%
B = 55.65%

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

#6E5AFB (or 0x6E5AFB) is known color: Medium Slate Blue. HEX triplet: 6E, 5A and FB. RGB value is (110,90,251). Sum of RGB (Red+Green+Blue) = 110+90+251=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFB is #91A504. Grayscale: #717171. Windows color (decimal): -9544965 or 16472686. OLE color: 16472686.

HSL color Cylindrical-coordinate representation of color #6E5AFB: hue angle of 247.45º degrees, saturation: 0.95, 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 #6E5AFB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 90 251 -
CMYK 0.56 0.64 0 0.02
HSL 247.45º 0.95% 0.67% -
HSV(B) 247.45º 0.64% 0.98% -
XYZ 27.5 17.59 93.21 -
YUV 114.33 205.13 124.91 -
System Red Green Blue C M Y K H S L
Decimal 110 90 251 0.56 0.64 0 0.02 247.45 0.95 0.67
Hex 6E 5A FB 38 40 0 2 F7 5F 43
Octal 156 132 373 70 100 0 2 367 137 103
Binary 1101110 1011010 11111011 111000 1000000 0 10 11110111 1011111 1000011

Color Harmonies of #6E5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AFB

Black with #6E5AFB

Text Example


Text Example

White with #6E5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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