#6A5ADE

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

Shades of Slate Blue #6A5ADE

Tints of Slate Blue #6A5ADE

Color information

#6A5ADE (or 0x6A5ADE) is unknown color: approx Slate Blue. HEX triplet: 6A, 5A and DE. RGB value is (106,90,222). Sum of RGB (Red+Green+Blue) = 106+90+222=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A5ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ADE is #95A521. Grayscale: #6D6D6D. Windows color (decimal): -9807138 or 14572138. OLE color: 14572138.

HSL color Cylindrical-coordinate representation of color #6A5ADE: hue angle of 247.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A5ADE is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10690222-
CMYK0.520.5900.13
HSL247.27º66.67%61.18%-
HSV(B)247.27º59.46%87.06%-
XYZ22.7815.6570.93-
YUV109.83191.3125.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 222 (87.11% from 255) = 53.11%
R=25.36%
G=21.53%
B=53.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106902220.520.5900.13247.2766.6761.18
Hex6A5ADE343B0Df7433d
Octal152132336647301536710375
Binary110101010110101101111011010011101101101111101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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