Html Css Color HEX #6B4DFA Medium Slate Blue

📋 copy color: '#6B4DFA'

red 107 ◦ green 77 ◦ blue 250

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

Shades of Medium Slate Blue #6B4DFA

Tints of Medium Slate Blue #6B4DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 24.65%
G = 17.74%
B = 57.6%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B4DFA (or 0x6B4DFA) is known color: Medium Slate Blue. HEX triplet: 6B, 4D and FA. RGB value is (107,77,250). Sum of RGB (Red+Green+Blue) = 107+77+250=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B4DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DFA is #94B205. Grayscale: #696969. Windows color (decimal): -9744902 or 16403819. OLE color: 16403819.

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

Color convert

RGB 107 77 250 -
CMYK 0.57 0.69 0 0.02
HSL 250.4º 0.95% 0.64% -
HSV(B) 250.4º 0.69% 0.98% -
XYZ 25.97 15.34 92.03 -
YUV 105.69 209.44 128.93 -
System Red Green Blue C M Y K H S L
Decimal 107 77 250 0.57 0.69 0 0.02 250.4 0.95 0.64
Hex 6B 4D FA 39 45 0 2 FA 5F 40
Octal 153 115 372 71 105 0 2 372 137 100
Binary 1101011 1001101 11111010 111001 1000101 0 10 11111010 1011111 1000000

Color Harmonies of #6B4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DFA

Black with #6B4DFA

Text Example


Text Example

White with #6B4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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