Html Css Color HEX #6D64FE Medium Slate Blue

📋 copy color: '#6D64FE'

red 109 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #6D64FE

Tints of Medium Slate Blue #6D64FE

RGB

 RED value IS 109 (42.97% from 255) = 23.54%

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 23.54%
G = 21.6%
B = 54.86%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D64FE (or 0x6D64FE) is known color: Medium Slate Blue. HEX triplet: 6D, 64 and FE. RGB value is (109,100,254). Sum of RGB (Red+Green+Blue) = 109+100+254=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D64FE is #929B01. Grayscale: #777777. Windows color (decimal): -9607938 or 16671853. OLE color: 16671853.

HSL color Cylindrical-coordinate representation of color #6D64FE: hue angle of 243.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D64FE is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 100 254 -
CMYK 0.57 0.61 0 0.00
HSL 243.51º 0.99% 0.69% -
HSV(B) 243.51º 0.61% 1% -
XYZ 28.75 19.52 96.02 -
YUV 120.25 203.48 119.98 -
System Red Green Blue C M Y K H S L
Decimal 109 100 254 0.57 0.61 0 0.00 243.51 0.99 0.69
Hex 6D 64 FE 39 3D 0 0 F4 63 45
Octal 155 144 376 71 75 0 0 364 143 105
Binary 1101101 1100100 11111110 111001 111101 0 0 11110100 1100011 1000101

Color Harmonies of #6D64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64FE

Black with #6D64FE

Text Example


Text Example

White with #6D64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,254); }

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

background-color css

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

 a { background-color: rgb(109,100,254); }

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

border-color css

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

 span { border-color: rgb(109,100,254); }

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