#6D59C9

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

Shades of Slate Blue #6D59C9

Tints of Slate Blue #6D59C9

Color information

#6D59C9 (or 0x6D59C9) is unknown color: approx Slate Blue. HEX triplet: 6D, 59 and C9. RGB value is (109,89,201). Sum of RGB (Red+Green+Blue) = 109+89+201=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D59C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59C9 is #92A636. Grayscale: #6B6B6B. Windows color (decimal): -9610807 or 13195629. OLE color: 13195629.

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

Color convert

RGB10989201-
CMYK0.460.5600.21
HSL250.71º50.91%56.86%-
HSV(B)250.71º55.72%78.82%-
XYZ20.4214.6157-
YUV107.75180.63128.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=27.32%
G=22.31%
B=50.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109892010.460.5600.21250.7150.9156.86
Hex6D59C92E38015fb3339
Octal15513131156700253736371
Binary110110110110011100100110111011100001010111111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D59C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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