#6a4cef

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

Shades of Medium Slate Blue #6A4CEF

Tints of Medium Slate Blue #6A4CEF

Color information

#6A4CEF (or 0x6A4CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 4C and EF. RGB value is (106,76,239). Sum of RGB (Red+Green+Blue) = 106+76+239=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A4CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4CEF is #95B310. Grayscale: #666666. Windows color (decimal): -9810705 or 15682666. OLE color: 15682666.

HSL color Cylindrical-coordinate representation of color #6A4CEF: hue angle of 251.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A4CEF is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10676239-
CMYK0.560.6800.06
HSL251.04º83.59%61.76%-
HSV(B)251.04º68.2%93.73%-
XYZ24.1114.4783.18-
YUV103.55204.44129.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 239 (93.75% from 255) = 56.77%
R=25.18%
G=18.05%
B=56.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106762390.560.6800.06251.0483.5961.76
Hex6A4CEF384406fb543e
Octal152114357701040637312476
Binary110101010011001110111111100010001000110111110111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a4cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,239); }

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

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

 a { background-color: rgb(106,76,239); }

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

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

 span { border-color: rgb(106,76,239); }

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