#6A57DA

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

Shades of Slate Blue #6A57DA

Tints of Slate Blue #6A57DA

Color information

#6A57DA (or 0x6A57DA) is unknown color: approx Slate Blue. HEX triplet: 6A, 57 and DA. RGB value is (106,87,218). Sum of RGB (Red+Green+Blue) = 106+87+218=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A57DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57DA is #95A825. Grayscale: #6B6B6B. Windows color (decimal): -9807910 or 14309226. OLE color: 14309226.

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

Color convert

RGB10687218-
CMYK0.510.6000.15
HSL248.7º63.9%59.8%-
HSV(B)248.7º60.09%85.49%-
XYZ22.0114.9468.05-
YUV107.62190.29126.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.79%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 218 (85.55% from 255) = 53.04%
R=25.79%
G=21.17%
B=53.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106872180.510.6000.15248.763.959.8
Hex6A57DA333C0Ff9403c
Octal152127332637401737110074
Binary110101010101111101101011001111110001111111110011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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