Html Css Color HEX #6A50EB Medium Slate Blue

📋 copy color: '#6A50EB'

red 106 ◦ green 80 ◦ blue 235

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

Shades of Medium Slate Blue #6A50EB

Tints of Medium Slate Blue #6A50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 25.18%
G = 19%
B = 55.82%

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

#6A50EB (or 0x6A50EB) is known color: Medium Slate Blue. HEX triplet: 6A, 50 and EB. RGB value is (106,80,235). Sum of RGB (Red+Green+Blue) = 106+80+235=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A50EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A50EB is #95AF14. Grayscale: #686868. Windows color (decimal): -9809685 or 15421546. OLE color: 15421546.

HSL color Cylindrical-coordinate representation of color #6A50EB: hue angle of 250.06º 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 #6A50EB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 80 235 -
CMYK 0.55 0.66 0 0.08
HSL 250.06º 0.79% 0.62% -
HSV(B) 250.06º 0.66% 0.92% -
XYZ 23.81 14.8 80.2 -
YUV 105.44 201.11 128.4 -
System Red Green Blue C M Y K H S L
Decimal 106 80 235 0.55 0.66 0 0.08 250.06 0.79 0.62
Hex 6A 50 EB 37 42 0 8 FA 4F 3E
Octal 152 120 353 67 102 0 10 372 117 76
Binary 1101010 1010000 11101011 110111 1000010 0 1000 11111010 1001111 111110

Color Harmonies of #6A50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50EB

Black with #6A50EB

Text Example


Text Example

White with #6A50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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