Html Css Color HEX #6A5EEC Medium Slate Blue

📋 copy color: '#6A5EEC'

red 106 ◦ green 94 ◦ blue 236

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

Shades of Medium Slate Blue #6A5EEC

Tints of Medium Slate Blue #6A5EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 24.31%
G = 21.56%
B = 54.13%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A5EEC (or 0x6A5EEC) is known color: Medium Slate Blue. HEX triplet: 6A, 5E and EC. RGB value is (106,94,236). Sum of RGB (Red+Green+Blue) = 106+94+236=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A5EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5EEC is #95A113. Grayscale: #717171. Windows color (decimal): -9806100 or 15490666. OLE color: 15490666.

HSL color Cylindrical-coordinate representation of color #6A5EEC: hue angle of 245.07º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5EEC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 94 236 -
CMYK 0.55 0.60 0 0.07
HSL 245.07º 0.79% 0.65% -
HSV(B) 245.07º 0.6% 0.93% -
XYZ 25.09 17.13 81.34 -
YUV 113.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 106 94 236 0.55 0.60 0 0.07 245.07 0.79 0.65
Hex 6A 5E EC 37 3C 0 7 F5 4F 41
Octal 152 136 354 67 74 0 7 365 117 101
Binary 1101010 1011110 11101100 110111 111100 0 111 11110101 1001111 1000001

Color Harmonies of #6A5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5EEC

Black with #6A5EEC

Text Example


Text Example

White with #6A5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,236); }

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

background-color css

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

 a { background-color: rgb(106,94,236); }

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

border-color css

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

 span { border-color: rgb(106,94,236); }

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