#6A4EC8

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

Shades of Slate Blue #6A4EC8

Tints of Slate Blue #6A4EC8

Color information

#6A4EC8 (or 0x6A4EC8) is unknown color: approx Slate Blue. HEX triplet: 6A, 4E and C8. RGB value is (106,78,200). Sum of RGB (Red+Green+Blue) = 106+78+200=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A4EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EC8 is #95B137. Grayscale: #636363. Windows color (decimal): -9810232 or 13127274. OLE color: 13127274.

HSL color Cylindrical-coordinate representation of color #6A4EC8: hue angle of 253.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A4EC8 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10678200-
CMYK0.470.6100.22
HSL253.77º52.59%54.51%-
HSV(B)253.77º61%78.43%-
XYZ19.0912.6856.09-
YUV100.28184.28132.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 200 (78.52% from 255) = 52.08%
R=27.60%
G=20.31%
B=52.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106782000.470.6100.22253.7752.5954.51
Hex6A4EC82F3D016fe3537
Octal15211631057750263766567
Binary110101010011101100100010111111110101011011111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,200); }

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

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

 a { background-color: rgb(106,78,200); }

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

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

 span { border-color: rgb(106,78,200); }

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