#6A5FF4

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

Shades of Medium Slate Blue #6A5FF4

Tints of Medium Slate Blue #6A5FF4

Color information

#6A5FF4 (or 0x6A5FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5F and F4. RGB value is (106,95,244). Sum of RGB (Red+Green+Blue) = 106+95+244=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 244 (95.70% from 255 or 54.83% from 445); Max value from RGB is 244 - color contains mainly: blue. Hex color #6A5FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5FF4 is #95A00B. Grayscale: #727272. Windows color (decimal): -9805836 or 16015210. OLE color: 16015210.

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

Color convert

RGB10695244-
CMYK0.570.6100.04
HSL244.43º87.13%66.47%-
HSV(B)244.43º61.07%95.69%-
XYZ26.3717.7887.63-
YUV115.28200.64121.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.82%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 244 (95.70% from 255) = 54.83%
R=23.82%
G=21.35%
B=54.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal106952440.570.6100.04244.4387.1366.47
Hex6A5FF4393D04f45742
Octal152137364717504364127102
Binary110101010111111111010011100111110101001111010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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