Html Css Color HEX #6B4FED Medium Slate Blue

📋 copy color: '#6B4FED'

red 107 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #6B4FED

Tints of Medium Slate Blue #6B4FED

RGB

 RED value IS 107 (42.19% from 255) = 25.3%

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

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

R = 25.3%
G = 18.68%
B = 56.03%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B4FED (or 0x6B4FED) is known color: Medium Slate Blue. HEX triplet: 6B, 4F and ED. RGB value is (107,79,237). Sum of RGB (Red+Green+Blue) = 107+79+237=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B4FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4FED is #94B012. Grayscale: #686868. Windows color (decimal): -9744403 or 15552363. OLE color: 15552363.

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

Color convert

RGB 107 79 237 -
CMYK 0.55 0.67 0 0.07
HSL 250.63º 0.81% 0.62% -
HSV(B) 250.63º 0.67% 0.93% -
XYZ 24.15 14.83 81.71 -
YUV 105.38 202.28 129.15 -
System Red Green Blue C M Y K H S L
Decimal 107 79 237 0.55 0.67 0 0.07 250.63 0.81 0.62
Hex 6B 4F ED 37 43 0 7 FB 51 3E
Octal 153 117 355 67 103 0 7 373 121 76
Binary 1101011 1001111 11101101 110111 1000011 0 111 11111011 1010001 111110

Color Harmonies of #6B4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FED

Black with #6B4FED

Text Example


Text Example

White with #6B4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,79,237); }

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

background-color css

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

 a { background-color: rgb(107,79,237); }

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

border-color css

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

 span { border-color: rgb(107,79,237); }

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