Html Css Color HEX #6A4DEC Medium Slate Blue

📋 copy color: '#6A4DEC'

red 106 ◦ green 77 ◦ blue 236

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

Shades of Medium Slate Blue #6A4DEC

Tints of Medium Slate Blue #6A4DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

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

R = 25.3%
G = 18.38%
B = 56.32%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A4DEC (or 0x6A4DEC) is known color: Medium Slate Blue. HEX triplet: 6A, 4D and EC. RGB value is (106,77,236). Sum of RGB (Red+Green+Blue) = 106+77+236=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4DEC is #95B213. Grayscale: #676767. Windows color (decimal): -9810452 or 15486314. OLE color: 15486314.

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

Color convert

RGB 106 77 236 -
CMYK 0.55 0.67 0 0.07
HSL 250.94º 0.81% 0.61% -
HSV(B) 250.94º 0.67% 0.93% -
XYZ 23.74 14.43 80.89 -
YUV 103.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 106 77 236 0.55 0.67 0 0.07 250.94 0.81 0.61
Hex 6A 4D EC 37 43 0 7 FB 51 3D
Octal 152 115 354 67 103 0 7 373 121 75
Binary 1101010 1001101 11101100 110111 1000011 0 111 11111011 1010001 111101

Color Harmonies of #6A4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4DEC

Black with #6A4DEC

Text Example


Text Example

White with #6A4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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