#6A59C0

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

Shades of Slate Blue #6A59C0

Tints of Slate Blue #6A59C0

Color information

#6A59C0 (or 0x6A59C0) is unknown color: approx Slate Blue. HEX triplet: 6A, 59 and C0. RGB value is (106,89,192). Sum of RGB (Red+Green+Blue) = 106+89+192=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A59C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59C0 is #95A63F. Grayscale: #696969. Windows color (decimal): -9807424 or 12605802. OLE color: 12605802.

HSL color Cylindrical-coordinate representation of color #6A59C0: hue angle of 249.9º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A59C0 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10689192-
CMYK0.450.5400.25
HSL249.9º44.98%55.1%-
HSV(B)249.9º53.65%75.29%-
XYZ19.0314.0151.57-
YUV105.82176.63128.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 192 (75.39% from 255) = 49.61%
R=27.39%
G=23.00%
B=49.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106891920.450.5400.25249.944.9855.1
Hex6A59C02D36019fa2d37
Octal15213130055660313725567
Binary110101010110011100000010110111011001100111111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A59C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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