#6A5DE4

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

Shades of Medium Slate Blue #6A5DE4

Tints of Medium Slate Blue #6A5DE4

Color information

#6A5DE4 (or 0x6A5DE4) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5D and E4. RGB value is (106,93,228). Sum of RGB (Red+Green+Blue) = 106+93+228=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A5DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DE4 is #95A21B. Grayscale: #6F6F6F. Windows color (decimal): -9806364 or 14966122. OLE color: 14966122.

HSL color Cylindrical-coordinate representation of color #6A5DE4: hue angle of 245.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A5DE4 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10693228-
CMYK0.540.5900.11
HSL245.78º71.43%62.94%-
HSV(B)245.78º59.21%89.41%-
XYZ23.8616.4975.32-
YUV112.28193.31123.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 228 (89.45% from 255) = 53.40%
R=24.82%
G=21.78%
B=53.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106932280.540.5900.11245.7871.4362.94
Hex6A5DE4363B0Bf6473f
Octal152135344667301336610777
Binary110101010111011110010011011011101101011111101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,228); }

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

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

 a { background-color: rgb(106,93,228); }

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

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

 span { border-color: rgb(106,93,228); }

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