#6A5CEA

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

Shades of Medium Slate Blue #6A5CEA

Tints of Medium Slate Blue #6A5CEA

Color information

#6A5CEA (or 0x6A5CEA) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 5C and EA. RGB value is (106,92,234). Sum of RGB (Red+Green+Blue) = 106+92+234=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A5CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5CEA is #95A315. Grayscale: #6F6F6F. Windows color (decimal): -9806614 or 15359082. OLE color: 15359082.

HSL color Cylindrical-coordinate representation of color #6A5CEA: hue angle of 245.92º 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 #6A5CEA is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10692234-
CMYK0.550.6100.08
HSL245.92º77.17%63.92%-
HSV(B)245.92º60.68%91.76%-
XYZ24.6216.6679.76-
YUV112.37196.64123.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.54%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 234 (91.80% from 255) = 54.17%
R=24.54%
G=21.30%
B=54.17%

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
Decimal106922340.550.6100.08245.9277.1763.92
Hex6A5CEA373D08f64d40
Octal1521343526775010366115100
Binary1101010101110011101010110111111101010001111011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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