Html Css Color HEX #6B4DF6 Medium Slate Blue

📋 copy color: '#6B4DF6'

red 107 ◦ green 77 ◦ blue 246

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

Shades of Medium Slate Blue #6B4DF6

Tints of Medium Slate Blue #6B4DF6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 246 (96.48% from 255) = 57.21%

R = 24.88%
G = 17.91%
B = 57.21%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6B4DF6 (or 0x6B4DF6) is known color: Medium Slate Blue. HEX triplet: 6B, 4D and F6. RGB value is (107,77,246). Sum of RGB (Red+Green+Blue) = 107+77+246=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B4DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DF6 is #94B209. Grayscale: #686868. Windows color (decimal): -9744906 or 16141675. OLE color: 16141675.

HSL color Cylindrical-coordinate representation of color #6B4DF6: hue angle of 250.65º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B4DF6 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 77 246 -
CMYK 0.57 0.69 0 0.04
HSL 250.65º 0.9% 0.63% -
HSV(B) 250.65º 0.69% 0.96% -
XYZ 25.35 15.09 88.76 -
YUV 105.24 207.44 129.26 -
System Red Green Blue C M Y K H S L
Decimal 107 77 246 0.57 0.69 0 0.04 250.65 0.9 0.63
Hex 6B 4D F6 39 45 0 4 FB 5A 3F
Octal 153 115 366 71 105 0 4 373 132 77
Binary 1101011 1001101 11110110 111001 1000101 0 100 11111011 1011010 111111

Color Harmonies of #6B4DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DF6

Black with #6B4DF6

Text Example


Text Example

White with #6B4DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,246); }

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

background-color css

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

 a { background-color: rgb(107,77,246); }

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

border-color css

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

 span { border-color: rgb(107,77,246); }

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