#6A5ED9

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

Shades of Slate Blue #6A5ED9

Tints of Slate Blue #6A5ED9

Color information

#6A5ED9 (or 0x6A5ED9) is unknown color: approx Slate Blue. HEX triplet: 6A, 5E and D9. RGB value is (106,94,217). Sum of RGB (Red+Green+Blue) = 106+94+217=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A5ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ED9 is #95A126. Grayscale: #6F6F6F. Windows color (decimal): -9806119 or 14245482. OLE color: 14245482.

HSL color Cylindrical-coordinate representation of color #6A5ED9: hue angle of 245.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A5ED9 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10694217-
CMYK0.510.5700.15
HSL245.85º61.81%60.98%-
HSV(B)245.85º56.68%85.1%-
XYZ22.4716.0867.56-
YUV111.61187.48124-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=25.42%
G=22.54%
B=52.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106942170.510.5700.15245.8561.8160.98
Hex6A5ED933390Ff63e3d
Octal15213633163710173667675
Binary11010101011110110110011100111110010111111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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