#6A5CF4

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

Shades of Medium Slate Blue #6A5CF4

Tints of Medium Slate Blue #6A5CF4

Color information

#6A5CF4 (or 0x6A5CF4) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5C and F4. RGB value is (106,92,244). Sum of RGB (Red+Green+Blue) = 106+92+244=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #6A5CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5CF4 is #95A30B. Grayscale: #707070. Windows color (decimal): -9806604 or 16014442. OLE color: 16014442.

HSL color Cylindrical-coordinate representation of color #6A5CF4: hue angle of 245.53º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5CF4 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10692244-
CMYK0.570.6200.04
HSL245.53º87.36%65.88%-
HSV(B)245.53º62.3%95.69%-
XYZ26.117.2587.54-
YUV113.51201.64122.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.98%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 244 (95.70% from 255) = 55.20%
R=23.98%
G=20.81%
B=55.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106922440.570.6200.04245.5387.3665.88
Hex6A5CF4393E04f65742
Octal152134364717604366127102
Binary110101010111001111010011100111111001001111011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,244); }

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

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

 a { background-color: rgb(106,92,244); }

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

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

 span { border-color: rgb(106,92,244); }

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