Html Css Color HEX #6A50EA Medium Slate Blue

📋 copy color: '#6A50EA'

red 106 ◦ green 80 ◦ blue 234

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

Shades of Medium Slate Blue #6A50EA

Tints of Medium Slate Blue #6A50EA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 234 (91.8% from 255) = 55.71%

R = 25.24%
G = 19.05%
B = 55.71%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A50EA (or 0x6A50EA) is known color: Medium Slate Blue. HEX triplet: 6A, 50 and EA. RGB value is (106,80,234). Sum of RGB (Red+Green+Blue) = 106+80+234=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A50EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A50EA is #95AF15. Grayscale: #686868. Windows color (decimal): -9809686 or 15356010. OLE color: 15356010.

HSL color Cylindrical-coordinate representation of color #6A50EA: hue angle of 250.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A50EA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 80 234 -
CMYK 0.55 0.66 0 0.08
HSL 250.13º 0.79% 0.62% -
HSV(B) 250.13º 0.66% 0.92% -
XYZ 23.66 14.74 79.44 -
YUV 105.33 200.61 128.48 -
System Red Green Blue C M Y K H S L
Decimal 106 80 234 0.55 0.66 0 0.08 250.13 0.79 0.62
Hex 6A 50 EA 37 42 0 8 FA 4F 3E
Octal 152 120 352 67 102 0 10 372 117 76
Binary 1101010 1010000 11101010 110111 1000010 0 1000 11111010 1001111 111110

Color Harmonies of #6A50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50EA

Black with #6A50EA

Text Example


Text Example

White with #6A50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,234); }

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

background-color css

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

 a { background-color: rgb(106,80,234); }

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

border-color css

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

 span { border-color: rgb(106,80,234); }

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