#6A57D4

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

Shades of Slate Blue #6A57D4

Tints of Slate Blue #6A57D4

Color information

#6A57D4 (or 0x6A57D4) is unknown color: approx Slate Blue. HEX triplet: 6A, 57 and D4. RGB value is (106,87,212). Sum of RGB (Red+Green+Blue) = 106+87+212=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #6A57D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57D4 is #95A82B. Grayscale: #6A6A6A. Windows color (decimal): -9807916 or 13916010. OLE color: 13916010.

HSL color Cylindrical-coordinate representation of color #6A57D4: hue angle of 249.12º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A57D4 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10687212-
CMYK0.50.5900.17
HSL249.12º59.24%58.63%-
HSV(B)249.12º58.96%83.14%-
XYZ21.2414.6363.99-
YUV106.93187.29127.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=26.17%
G=21.48%
B=52.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal106872120.50.5900.17249.1259.2458.63
Hex6A57D4323B011f93b3b
Octal15212732462730213717373
Binary110101010101111101010011001011101101000111111001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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