#6D59C6

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

Shades of Slate Blue #6D59C6

Tints of Slate Blue #6D59C6

Color information

#6D59C6 (or 0x6D59C6) is unknown color: approx Slate Blue. HEX triplet: 6D, 59 and C6. RGB value is (109,89,198). Sum of RGB (Red+Green+Blue) = 109+89+198=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D59C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59C6 is #92A639. Grayscale: #6A6A6A. Windows color (decimal): -9610810 or 12999021. OLE color: 12999021.

HSL color Cylindrical-coordinate representation of color #6D59C6: hue angle of 251.01º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D59C6 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10989198-
CMYK0.450.5500.22
HSL251.01º48.88%56.27%-
HSV(B)251.01º55.05%77.65%-
XYZ20.0714.4755.16-
YUV107.41179.13129.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 198 (77.73% from 255) = 50%
R=27.53%
G=22.47%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109891980.450.5500.22251.0148.8856.27
Hex6D59C62D37016fb3138
Octal15513130655670263736170
Binary110110110110011100011010110111011101011011111011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D59C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,198); }

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

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

 a { background-color: rgb(109,89,198); }

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

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

 span { border-color: rgb(109,89,198); }

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