#6D59CA

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

Shades of Slate Blue #6D59CA

Tints of Slate Blue #6D59CA

Color information

#6D59CA (or 0x6D59CA) is unknown color: approx Slate Blue. HEX triplet: 6D, 59 and CA. RGB value is (109,89,202). Sum of RGB (Red+Green+Blue) = 109+89+202=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59CA is #92A635. Grayscale: #6B6B6B. Windows color (decimal): -9610806 or 13261165. OLE color: 13261165.

HSL color Cylindrical-coordinate representation of color #6D59CA: hue angle of 250.62º degrees, saturation: 0.52, 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 #6D59CA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10989202-
CMYK0.460.5600.21
HSL250.62º51.6%57.06%-
HSV(B)250.62º55.94%79.22%-
XYZ20.5414.6657.62-
YUV107.86181.13128.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=27.25%
G=22.25%
B=50.5%

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
Decimal109892020.460.5600.21250.6251.657.06
Hex6D59CA2E38015fb3439
Octal15513131256700253736471
Binary110110110110011100101010111011100001010111111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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