Html Css Color HEX #6C50F1 Medium Slate Blue

📋 copy color: '#6C50F1'

red 108 ◦ green 80 ◦ blue 241

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

Shades of Medium Slate Blue #6C50F1

Tints of Medium Slate Blue #6C50F1

RGB

 RED value IS 108 (42.58% from 255) = 25.17%

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

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 25.17%
G = 18.65%
B = 56.18%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6C50F1 (or 0x6C50F1) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and F1. RGB value is (108,80,241). Sum of RGB (Red+Green+Blue) = 108+80+241=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C50F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50F1 is #93AF0E. Grayscale: #6A6A6A. Windows color (decimal): -9678607 or 15814764. OLE color: 15814764.

HSL color Cylindrical-coordinate representation of color #6C50F1: hue angle of 250.43º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C50F1 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 80 241 -
CMYK 0.55 0.67 0 0.05
HSL 250.43º 0.85% 0.63% -
HSV(B) 250.43º 0.67% 0.95% -
XYZ 24.93 15.28 84.85 -
YUV 106.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 108 80 241 0.55 0.67 0 0.05 250.43 0.85 0.63
Hex 6C 50 F1 37 43 0 5 FA 55 3F
Octal 154 120 361 67 103 0 5 372 125 77
Binary 1101100 1010000 11110001 110111 1000011 0 101 11111010 1010101 111111

Color Harmonies of #6C50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50F1

Black with #6C50F1

Text Example


Text Example

White with #6C50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,241); }

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

background-color css

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

 a { background-color: rgb(108,80,241); }

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

border-color css

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

 span { border-color: rgb(108,80,241); }

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