Html Css Color HEX #6B5EFA Medium Slate Blue

📋 copy color: '#6B5EFA'

red 107 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #6B5EFA

Tints of Medium Slate Blue #6B5EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.84%

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

R = 23.73%
G = 20.84%
B = 55.43%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B5EFA (or 0x6B5EFA) is known color: Medium Slate Blue. HEX triplet: 6B, 5E and FA. RGB value is (107,94,250). Sum of RGB (Red+Green+Blue) = 107+94+250=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5EFA is #94A105. Grayscale: #737373. Windows color (decimal): -9740550 or 16408171. OLE color: 16408171.

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

Color convert

RGB 107 94 250 -
CMYK 0.57 0.62 0 0.02
HSL 245º 0.94% 0.67% -
HSV(B) 245º 0.62% 0.98% -
XYZ 27.32 18.03 92.48 -
YUV 115.67 203.81 121.82 -
System Red Green Blue C M Y K H S L
Decimal 107 94 250 0.57 0.62 0 0.02 245 0.94 0.67
Hex 6B 5E FA 39 3E 0 2 F5 5E 43
Octal 153 136 372 71 76 0 2 365 136 103
Binary 1101011 1011110 11111010 111001 111110 0 10 11110101 1011110 1000011

Color Harmonies of #6B5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5EFA

Black with #6B5EFA

Text Example


Text Example

White with #6B5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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