#6A5CE8

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

Shades of Medium Slate Blue #6A5CE8

Tints of Medium Slate Blue #6A5CE8

Color information

#6A5CE8 (or 0x6A5CE8) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5C and E8. RGB value is (106,92,232). Sum of RGB (Red+Green+Blue) = 106+92+232=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A5CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5CE8 is #95A317. Grayscale: #6F6F6F. Windows color (decimal): -9806616 or 15228010. OLE color: 15228010.

HSL color Cylindrical-coordinate representation of color #6A5CE8: hue angle of 246º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5CE8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10692232-
CMYK0.540.6000.09
HSL246º75.27%63.53%-
HSV(B)246º60.34%90.98%-
XYZ24.3416.5478.25-
YUV112.15195.64123.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.65%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 232 (91.02% from 255) = 53.95%
R=24.65%
G=21.40%
B=53.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal106922320.540.6000.0924675.2763.53
Hex6A5CE8363C09f64b40
Octal1521343506674011366113100
Binary1101010101110011101000110110111100010011111011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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