Html Css Color HEX #6E4FFB Medium Slate Blue

📋 copy color: '#6E4FFB'

red 110 ◦ green 79 ◦ blue 251

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

Shades of Medium Slate Blue #6E4FFB

Tints of Medium Slate Blue #6E4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

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

R = 25%
G = 17.95%
B = 57.05%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E4FFB (or 0x6E4FFB) is known color: Medium Slate Blue. HEX triplet: 6E, 4F and FB. RGB value is (110,79,251). Sum of RGB (Red+Green+Blue) = 110+79+251=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E4FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4FFB is #91B004. Grayscale: #6B6B6B. Windows color (decimal): -9547781 or 16469870. OLE color: 16469870.

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

Color convert

RGB 110 79 251 -
CMYK 0.56 0.69 0 0.02
HSL 250.81º 0.96% 0.65% -
HSV(B) 250.81º 0.69% 0.98% -
XYZ 26.64 15.87 92.93 -
YUV 107.88 208.77 129.51 -
System Red Green Blue C M Y K H S L
Decimal 110 79 251 0.56 0.69 0 0.02 250.81 0.96 0.65
Hex 6E 4F FB 38 45 0 2 FB 60 41
Octal 156 117 373 70 105 0 2 373 140 101
Binary 1101110 1001111 11111011 111000 1000101 0 10 11111011 1100000 1000001

Color Harmonies of #6E4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FFB

Black with #6E4FFB

Text Example


Text Example

White with #6E4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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