#6a5bea

Color #6A5BEA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6A5BEA

Tints of Medium Slate Blue #6A5BEA

Color information

#6A5BEA (or 0x6A5BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5B and EA. RGB value is (106,91,234). Sum of RGB (Red+Green+Blue) = 106+91+234=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A5BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5BEA is #95A415. Grayscale: #6F6F6F. Windows color (decimal): -9806870 or 15358826. OLE color: 15358826.

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

Color convert

RGB10691234-
CMYK0.550.6100.08
HSL246.29º77.3%63.73%-
HSV(B)246.29º61.11%91.76%-
XYZ24.5416.4979.73-
YUV111.79196.97123.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.59%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=24.59%
G=21.11%
B=54.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106912340.550.6100.08246.2977.363.73
Hex6A5BEA373D08f64d40
Octal1521333526775010366115100
Binary1101010101101111101010110111111101010001111011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a5bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6a5bea;
 }
 .AnyTagClassName
 {
   color: #6a5bea;
 }
</style>
background-color css

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

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

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

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

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

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