#6A5EE1

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

Shades of Slate Blue #6A5EE1

Tints of Slate Blue #6A5EE1

Color information

#6A5EE1 (or 0x6A5EE1) is unknown color: approx Slate Blue. HEX triplet: 6A, 5E and E1. RGB value is (106,94,225). Sum of RGB (Red+Green+Blue) = 106+94+225=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A5EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EE1 is #95A11E. Grayscale: #707070. Windows color (decimal): -9806111 or 14769770. OLE color: 14769770.

HSL color Cylindrical-coordinate representation of color #6A5EE1: hue angle of 245.5º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A5EE1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10694225-
CMYK0.530.5800.12
HSL245.5º68.59%62.55%-
HSV(B)245.5º58.22%88.24%-
XYZ23.5416.5173.18-
YUV112.52191.48123.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=24.94%
G=22.12%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106942250.530.5800.12245.568.5962.55
Hex6A5EE1353A0Cf5453f
Octal152136341657201436510577
Binary110101010111101110000111010111101001100111101011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,94,225); }

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

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

 a { background-color: rgb(106,94,225); }

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

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

 span { border-color: rgb(106,94,225); }

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