Html Css Color HEX #6D64FD Medium Slate Blue

📋 copy color: '#6D64FD'

red 109 ◦ green 100 ◦ blue 253

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

Shades of Medium Slate Blue #6D64FD

Tints of Medium Slate Blue #6D64FD

RGB

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

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

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

R = 23.59%
G = 21.65%
B = 54.76%

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

#6D64FD (or 0x6D64FD) is known color: Medium Slate Blue. HEX triplet: 6D, 64 and FD. RGB value is (109,100,253). Sum of RGB (Red+Green+Blue) = 109+100+253=462 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.59% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D64FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D64FD is #929B02. Grayscale: #777777. Windows color (decimal): -9607939 or 16606317. OLE color: 16606317.

HSL color Cylindrical-coordinate representation of color #6D64FD: hue angle of 243.53º 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 #6D64FD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 100 253 -
CMYK 0.57 0.60 0 0.01
HSL 243.53º 0.97% 0.69% -
HSV(B) 243.53º 0.6% 0.99% -
XYZ 28.59 19.46 95.18 -
YUV 120.13 202.98 120.06 -
System Red Green Blue C M Y K H S L
Decimal 109 100 253 0.57 0.60 0 0.01 243.53 0.97 0.69
Hex 6D 64 FD 39 3C 0 1 F4 61 45
Octal 155 144 375 71 74 0 1 364 141 105
Binary 1101101 1100100 11111101 111001 111100 0 1 11110100 1100001 1000101

Color Harmonies of #6D64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D64FD

Black with #6D64FD

Text Example


Text Example

White with #6D64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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