#6A5ADD

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

Shades of Slate Blue #6A5ADD

Tints of Slate Blue #6A5ADD

Color information

#6A5ADD (or 0x6A5ADD) is unknown color: approx Slate Blue. HEX triplet: 6A, 5A and DD. RGB value is (106,90,221). Sum of RGB (Red+Green+Blue) = 106+90+221=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ADD is #95A522. Grayscale: #6D6D6D. Windows color (decimal): -9807139 or 14506602. OLE color: 14506602.

HSL color Cylindrical-coordinate representation of color #6A5ADD: hue angle of 247.33º degrees, saturation: 0.66, 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 #6A5ADD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10690221-
CMYK0.520.5900.13
HSL247.33º65.83%60.98%-
HSV(B)247.33º59.28%86.67%-
XYZ22.6515.670.22-
YUV109.72190.8125.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=25.42%
G=21.58%
B=53.00%

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
Decimal106902210.520.5900.13247.3365.8360.98
Hex6A5ADD343B0Df7423d
Octal152132335647301536710275
Binary110101010110101101110111010011101101101111101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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