Html Css Color HEX #6E50FB Medium Slate Blue

📋 copy color: '#6E50FB'

red 110 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #6E50FB

Tints of Medium Slate Blue #6E50FB

RGB

 RED value IS 110 (43.36% from 255) = 24.94%

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 24.94%
G = 18.14%
B = 56.92%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E50FB (or 0x6E50FB) is known color: Medium Slate Blue. HEX triplet: 6E, 50 and FB. RGB value is (110,80,251). Sum of RGB (Red+Green+Blue) = 110+80+251=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E50FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E50FB is #91AF04. Grayscale: #6B6B6B. Windows color (decimal): -9547525 or 16470126. OLE color: 16470126.

HSL color Cylindrical-coordinate representation of color #6E50FB: hue angle of 250.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E50FB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 80 251 -
CMYK 0.56 0.68 0 0.02
HSL 250.53º 0.96% 0.65% -
HSV(B) 250.53º 0.68% 0.98% -
XYZ 26.71 16.02 92.95 -
YUV 108.46 208.44 129.1 -
System Red Green Blue C M Y K H S L
Decimal 110 80 251 0.56 0.68 0 0.02 250.53 0.96 0.65
Hex 6E 50 FB 38 44 0 2 FB 60 41
Octal 156 120 373 70 104 0 2 373 140 101
Binary 1101110 1010000 11111011 111000 1000100 0 10 11111011 1100000 1000001

Color Harmonies of #6E50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E50FB

Black with #6E50FB

Text Example


Text Example

White with #6E50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,251); }

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

background-color css

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

 a { background-color: rgb(110,80,251); }

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

border-color css

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

 span { border-color: rgb(110,80,251); }

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