#6A5EDA

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

Shades of Slate Blue #6A5EDA

Tints of Slate Blue #6A5EDA

Color information

#6A5EDA (or 0x6A5EDA) is unknown color: approx Slate Blue. HEX triplet: 6A, 5E and DA. RGB value is (106,94,218). Sum of RGB (Red+Green+Blue) = 106+94+218=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A5EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EDA is #95A125. Grayscale: #6F6F6F. Windows color (decimal): -9806118 or 14311018. OLE color: 14311018.

HSL color Cylindrical-coordinate representation of color #6A5EDA: hue angle of 245.81º degrees, saturation: 0.63, 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 #6A5EDA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10694218-
CMYK0.510.5700.15
HSL245.81º62.63%61.18%-
HSV(B)245.81º56.88%85.49%-
XYZ22.616.1368.25-
YUV111.72187.98123.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=25.36%
G=22.49%
B=52.15%

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
Decimal106942180.510.5700.15245.8162.6361.18
Hex6A5EDA33390Ff63f3d
Octal15213633263710173667775
Binary11010101011110110110101100111110010111111110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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