Html Css Color HEX #6A49EE Medium Slate Blue

📋 copy color: '#6A49EE'

red 106 ◦ green 73 ◦ blue 238

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

Shades of Medium Slate Blue #6A49EE

Tints of Medium Slate Blue #6A49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 25.42%
G = 17.51%
B = 57.07%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A49EE (or 0x6A49EE) is known color: Medium Slate Blue. HEX triplet: 6A, 49 and EE. RGB value is (106,73,238). Sum of RGB (Red+Green+Blue) = 106+73+238=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A49EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A49EE is #95B611. Grayscale: #656565. Windows color (decimal): -9811474 or 15616362. OLE color: 15616362.

HSL color Cylindrical-coordinate representation of color #6A49EE: hue angle of 252º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A49EE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 73 238 -
CMYK 0.55 0.69 0 0.07
HSL 252º 0.83% 0.61% -
HSV(B) 252º 0.69% 0.93% -
XYZ 23.76 14 82.34 -
YUV 101.68 204.93 131.08 -
System Red Green Blue C M Y K H S L
Decimal 106 73 238 0.55 0.69 0 0.07 252 0.83 0.61
Hex 6A 49 EE 37 45 0 7 FC 53 3D
Octal 152 111 356 67 105 0 7 374 123 75
Binary 1101010 1001001 11101110 110111 1000101 0 111 11111100 1010011 111101

Color Harmonies of #6A49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A49EE

Black with #6A49EE

Text Example


Text Example

White with #6A49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,73,238); }

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

background-color css

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

 a { background-color: rgb(106,73,238); }

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

border-color css

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

 span { border-color: rgb(106,73,238); }

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