Html Css Color HEX #6E64FD Medium Slate Blue

📋 copy color: '#6E64FD'

red 110 ◦ green 100 ◦ blue 253

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

Shades of Medium Slate Blue #6E64FD

Tints of Medium Slate Blue #6E64FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 23.76%
G = 21.6%
B = 54.64%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E64FD (or 0x6E64FD) is known color: Medium Slate Blue. HEX triplet: 6E, 64 and FD. RGB value is (110,100,253). Sum of RGB (Red+Green+Blue) = 110+100+253=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E64FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E64FD is #919B02. Grayscale: #777777. Windows color (decimal): -9542403 or 16606318. OLE color: 16606318.

HSL color Cylindrical-coordinate representation of color #6E64FD: hue angle of 243.92º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E64FD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 100 253 -
CMYK 0.57 0.60 0 0.01
HSL 243.92º 0.97% 0.69% -
HSV(B) 243.92º 0.6% 0.99% -
XYZ 28.72 19.52 95.18 -
YUV 120.43 202.81 120.56 -
System Red Green Blue C M Y K H S L
Decimal 110 100 253 0.57 0.60 0 0.01 243.92 0.97 0.69
Hex 6E 64 FD 39 3C 0 1 F4 61 45
Octal 156 144 375 71 74 0 1 364 141 105
Binary 1101110 1100100 11111101 111001 111100 0 1 11110100 1100001 1000101

Color Harmonies of #6E64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64FD

Black with #6E64FD

Text Example


Text Example

White with #6E64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,253); }

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

background-color css

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

 a { background-color: rgb(110,100,253); }

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

border-color css

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

 span { border-color: rgb(110,100,253); }

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