Html Css Color HEX #6A49ED Medium Slate Blue

📋 copy color: '#6A49ED'

red 106 ◦ green 73 ◦ blue 237

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

Shades of Medium Slate Blue #6A49ED

Tints of Medium Slate Blue #6A49ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 25.48%
G = 17.55%
B = 56.97%

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

#6A49ED (or 0x6A49ED) is known color: Medium Slate Blue. HEX triplet: 6A, 49 and ED. RGB value is (106,73,237). Sum of RGB (Red+Green+Blue) = 106+73+237=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A49ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A49ED is #95B612. Grayscale: #646464. Windows color (decimal): -9811475 or 15550826. OLE color: 15550826.

HSL color Cylindrical-coordinate representation of color #6A49ED: hue angle of 252.07º degrees, saturation: 0.82, 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 #6A49ED is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 73 237 -
CMYK 0.55 0.69 0 0.07
HSL 252.07º 0.82% 0.61% -
HSV(B) 252.07º 0.69% 0.93% -
XYZ 23.61 13.94 81.57 -
YUV 101.56 204.43 131.16 -
System Red Green Blue C M Y K H S L
Decimal 106 73 237 0.55 0.69 0 0.07 252.07 0.82 0.61
Hex 6A 49 ED 37 45 0 7 FC 52 3D
Octal 152 111 355 67 105 0 7 374 122 75
Binary 1101010 1001001 11101101 110111 1000101 0 111 11111100 1010010 111101

Color Harmonies of #6A49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A49ED

Black with #6A49ED

Text Example


Text Example

White with #6A49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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