Html Css Color HEX #6E4AFC Medium Slate Blue

📋 copy color: '#6E4AFC'

red 110 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #6E4AFC

Tints of Medium Slate Blue #6E4AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 25.23%
G = 16.97%
B = 57.8%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E4AFC (or 0x6E4AFC) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and FC. RGB value is (110,74,252). Sum of RGB (Red+Green+Blue) = 110+74+252=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E4AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AFC is #91B503. Grayscale: #686868. Windows color (decimal): -9549060 or 16534126. OLE color: 16534126.

HSL color Cylindrical-coordinate representation of color #6E4AFC: hue angle of 252.13º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E4AFC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 74 252 -
CMYK 0.56 0.71 0 0.01
HSL 252.13º 0.97% 0.64% -
HSV(B) 252.13º 0.71% 0.99% -
XYZ 26.45 15.24 93.64 -
YUV 105.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 110 74 252 0.56 0.71 0 0.01 252.13 0.97 0.64
Hex 6E 4A FC 38 47 0 1 FC 61 40
Octal 156 112 374 70 107 0 1 374 141 100
Binary 1101110 1001010 11111100 111000 1000111 0 1 11111100 1100001 1000000

Color Harmonies of #6E4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4AFC

Black with #6E4AFC

Text Example


Text Example

White with #6E4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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