#6A5AE0

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

Shades of Slate Blue #6A5AE0

Tints of Slate Blue #6A5AE0

Color information

#6A5AE0 (or 0x6A5AE0) is unknown color: approx Slate Blue. HEX triplet: 6A, 5A and E0. RGB value is (106,90,224). Sum of RGB (Red+Green+Blue) = 106+90+224=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A5AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5AE0 is #95A51F. Grayscale: #6D6D6D. Windows color (decimal): -9807136 or 14703210. OLE color: 14703210.

HSL color Cylindrical-coordinate representation of color #6A5AE0: hue angle of 247.16º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5AE0 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10690224-
CMYK0.530.6000.12
HSL247.16º68.37%61.57%-
HSV(B)247.16º59.82%87.84%-
XYZ23.0515.7672.35-
YUV110.06192.3125.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 224 (87.89% from 255) = 53.33%
R=25.24%
G=21.43%
B=53.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106902240.530.6000.12247.1668.3761.57
Hex6A5AE0353C0Cf7443e
Octal152132340657401436710476
Binary110101010110101110000011010111110001100111101111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,90,224); }

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

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

 a { background-color: rgb(106,90,224); }

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

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

 span { border-color: rgb(106,90,224); }

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