#6A59D5

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

Shades of Slate Blue #6A59D5

Tints of Slate Blue #6A59D5

Color information

#6A59D5 (or 0x6A59D5) is unknown color: approx Slate Blue. HEX triplet: 6A, 59 and D5. RGB value is (106,89,213). Sum of RGB (Red+Green+Blue) = 106+89+213=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A59D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59D5 is #95A62A. Grayscale: #6B6B6B. Windows color (decimal): -9807403 or 13982058. OLE color: 13982058.

HSL color Cylindrical-coordinate representation of color #6A59D5: hue angle of 248.23º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A59D5 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10689213-
CMYK0.500.5800.16
HSL248.23º59.62%59.22%-
HSV(B)248.23º58.22%83.53%-
XYZ21.5315.0164.71-
YUV108.22187.13126.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=25.98%
G=21.81%
B=52.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106892130.500.5800.16248.2359.6259.22
Hex6A59D5323A010f83c3b
Octal15213132562720203707473
Binary110101010110011101010111001011101001000011111000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,213); }

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

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

 a { background-color: rgb(106,89,213); }

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

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

 span { border-color: rgb(106,89,213); }

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