Html Css Color HEX #6F50ED Medium Slate Blue

📋 copy color: '#6F50ED'

red 111 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #6F50ED

Tints of Medium Slate Blue #6F50ED

RGB

 RED value IS 111 (43.75% from 255) = 25.93%

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 25.93%
G = 18.69%
B = 55.37%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F50ED (or 0x6F50ED) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and ED. RGB value is (111,80,237). Sum of RGB (Red+Green+Blue) = 111+80+237=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F50ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50ED is #90AF12. Grayscale: #6A6A6A. Windows color (decimal): -9482003 or 15552623. OLE color: 15552623.

HSL color Cylindrical-coordinate representation of color #6F50ED: hue angle of 251.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F50ED is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 80 237 -
CMYK 0.53 0.66 0 0.07
HSL 251.85º 0.81% 0.62% -
HSV(B) 251.85º 0.66% 0.93% -
XYZ 24.71 15.23 81.76 -
YUV 107.17 201.27 130.73 -
System Red Green Blue C M Y K H S L
Decimal 111 80 237 0.53 0.66 0 0.07 251.85 0.81 0.62
Hex 6F 50 ED 35 42 0 7 FC 51 3E
Octal 157 120 355 65 102 0 7 374 121 76
Binary 1101111 1010000 11101101 110101 1000010 0 111 11111100 1010001 111110

Color Harmonies of #6F50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F50ED

Black with #6F50ED

Text Example


Text Example

White with #6F50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,237); }

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

background-color css

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

 a { background-color: rgb(111,80,237); }

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

border-color css

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

 span { border-color: rgb(111,80,237); }

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