#6A57CA

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

Shades of Slate Blue #6A57CA

Tints of Slate Blue #6A57CA

Color information

#6A57CA (or 0x6A57CA) is unknown color: approx Slate Blue. HEX triplet: 6A, 57 and CA. RGB value is (106,87,202). Sum of RGB (Red+Green+Blue) = 106+87+202=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57CA is #95A835. Grayscale: #696969. Windows color (decimal): -9807926 or 13260650. OLE color: 13260650.

HSL color Cylindrical-coordinate representation of color #6A57CA: hue angle of 249.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A57CA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10687202-
CMYK0.480.5700.21
HSL249.91º52.04%56.67%-
HSV(B)249.91º56.93%79.22%-
XYZ20.0114.1457.55-
YUV105.79182.29128.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 202 (79.30% from 255) = 51.14%
R=26.84%
G=22.03%
B=51.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106872020.480.5700.21249.9152.0456.67
Hex6A57CA3039015fa3439
Octal15212731260710253726471
Binary110101010101111100101011000011100101010111111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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