Html Css Color HEX #6D51EA Medium Slate Blue

📋 copy color: '#6D51EA'

red 109 ◦ green 81 ◦ blue 234

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

Shades of Medium Slate Blue #6D51EA

Tints of Medium Slate Blue #6D51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.1%

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 25.71%
G = 19.1%
B = 55.19%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D51EA (or 0x6D51EA) is known color: Medium Slate Blue. HEX triplet: 6D, 51 and EA. RGB value is (109,81,234). Sum of RGB (Red+Green+Blue) = 109+81+234=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D51EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D51EA is #92AE15. Grayscale: #6A6A6A. Windows color (decimal): -9612822 or 15356269. OLE color: 15356269.

HSL color Cylindrical-coordinate representation of color #6D51EA: hue angle of 250.98º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D51EA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 81 234 -
CMYK 0.53 0.65 0 0.08
HSL 250.98º 0.78% 0.62% -
HSV(B) 250.98º 0.65% 0.92% -
XYZ 24.1 15.08 79.48 -
YUV 106.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 109 81 234 0.53 0.65 0 0.08 250.98 0.78 0.62
Hex 6D 51 EA 35 41 0 8 FB 4E 3E
Octal 155 121 352 65 101 0 10 373 116 76
Binary 1101101 1010001 11101010 110101 1000001 0 1000 11111011 1001110 111110

Color Harmonies of #6D51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51EA

Black with #6D51EA

Text Example


Text Example

White with #6D51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,234); }

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

background-color css

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

 a { background-color: rgb(109,81,234); }

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

border-color css

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

 span { border-color: rgb(109,81,234); }

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