Html Css Color HEX #6A5BF1 Medium Slate Blue

📋 copy color: '#6A5BF1'

red 106 ◦ green 91 ◦ blue 241

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

Shades of Medium Slate Blue #6A5BF1

Tints of Medium Slate Blue #6A5BF1

RGB

 RED value IS 106 (41.8% from 255) = 24.2%

 GREEN value IS 91 (35.94% from 255) = 20.78%

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 24.2%
G = 20.78%
B = 55.02%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A5BF1 (or 0x6A5BF1) is known color: Medium Slate Blue. HEX triplet: 6A, 5B and F1. RGB value is (106,91,241). Sum of RGB (Red+Green+Blue) = 106+91+241=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A5BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5BF1 is #95A40E. Grayscale: #707070. Windows color (decimal): -9806863 or 15817578. OLE color: 15817578.

HSL color Cylindrical-coordinate representation of color #6A5BF1: hue angle of 246º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5BF1 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 91 241 -
CMYK 0.56 0.62 0 0.05
HSL 246º 0.84% 0.65% -
HSV(B) 246º 0.62% 0.95% -
XYZ 25.56 16.9 85.13 -
YUV 112.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 106 91 241 0.56 0.62 0 0.05 246 0.84 0.65
Hex 6A 5B F1 38 3E 0 5 F6 54 41
Octal 152 133 361 70 76 0 5 366 124 101
Binary 1101010 1011011 11110001 111000 111110 0 101 11110110 1010100 1000001

Color Harmonies of #6A5BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BF1

Black with #6A5BF1

Text Example


Text Example

White with #6A5BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,241); }

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

background-color css

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

 a { background-color: rgb(106,91,241); }

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

border-color css

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

 span { border-color: rgb(106,91,241); }

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