Html Css Color HEX #6B4FEF Medium Slate Blue

📋 copy color: '#6B4FEF'

red 107 ◦ green 79 ◦ blue 239

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

Shades of Medium Slate Blue #6B4FEF

Tints of Medium Slate Blue #6B4FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 25.18%
G = 18.59%
B = 56.24%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B4FEF (or 0x6B4FEF) is known color: Medium Slate Blue. HEX triplet: 6B, 4F and EF. RGB value is (107,79,239). Sum of RGB (Red+Green+Blue) = 107+79+239=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B4FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4FEF is #94B010. Grayscale: #696969. Windows color (decimal): -9744401 or 15683435. OLE color: 15683435.

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

Color convert

RGB 107 79 239 -
CMYK 0.55 0.67 0 0.06
HSL 250.5º 0.83% 0.62% -
HSV(B) 250.5º 0.67% 0.94% -
XYZ 24.44 14.95 83.26 -
YUV 105.61 203.28 128.99 -
System Red Green Blue C M Y K H S L
Decimal 107 79 239 0.55 0.67 0 0.06 250.5 0.83 0.62
Hex 6B 4F EF 37 43 0 6 FB 53 3E
Octal 153 117 357 67 103 0 6 373 123 76
Binary 1101011 1001111 11101111 110111 1000011 0 110 11111011 1010011 111110

Color Harmonies of #6B4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FEF

Black with #6B4FEF

Text Example


Text Example

White with #6B4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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