Html Css Color HEX #6D51F0 Medium Slate Blue

📋 copy color: '#6D51F0'

red 109 ◦ green 81 ◦ blue 240

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

Shades of Medium Slate Blue #6D51F0

Tints of Medium Slate Blue #6D51F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.81%

R = 25.35%
G = 18.84%
B = 55.81%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D51F0 (or 0x6D51F0) is known color: Medium Slate Blue. HEX triplet: 6D, 51 and F0. RGB value is (109,81,240). Sum of RGB (Red+Green+Blue) = 109+81+240=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D51F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D51F0 is #92AE0F. Grayscale: #6A6A6A. Windows color (decimal): -9612816 or 15749485. OLE color: 15749485.

HSL color Cylindrical-coordinate representation of color #6D51F0: hue angle of 250.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D51F0 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 81 240 -
CMYK 0.55 0.66 0 0.06
HSL 250.57º 0.84% 0.63% -
HSV(B) 250.57º 0.66% 0.94% -
XYZ 24.98 15.43 84.1 -
YUV 107.5 202.78 129.07 -
System Red Green Blue C M Y K H S L
Decimal 109 81 240 0.55 0.66 0 0.06 250.57 0.84 0.63
Hex 6D 51 F0 37 42 0 6 FB 54 3F
Octal 155 121 360 67 102 0 6 373 124 77
Binary 1101101 1010001 11110000 110111 1000010 0 110 11111011 1010100 111111

Color Harmonies of #6D51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D51F0

Black with #6D51F0

Text Example


Text Example

White with #6D51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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