#6D53DE

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

Shades of Slate Blue #6D53DE

Tints of Slate Blue #6D53DE

Color information

#6D53DE (or 0x6D53DE) is unknown color: approx Slate Blue. HEX triplet: 6D, 53 and DE. RGB value is (109,83,222). Sum of RGB (Red+Green+Blue) = 109+83+222=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D53DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D53DE is #92AC21. Grayscale: #6A6A6A. Windows color (decimal): -9612322 or 14570349. OLE color: 14570349.

HSL color Cylindrical-coordinate representation of color #6D53DE: hue angle of 251.22º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D53DE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10983222-
CMYK0.510.6300.13
HSL251.22º67.8%59.8%-
HSV(B)251.22º62.61%87.06%-
XYZ22.5814.7170.76-
YUV106.62193.11129.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.33%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=26.33%
G=20.05%
B=53.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109832220.510.6300.13251.2267.859.8
Hex6D53DE333F0Dfb443c
Octal155123336637701537310474
Binary110110110100111101111011001111111101101111110111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,222); }

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

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

 a { background-color: rgb(109,83,222); }

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

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

 span { border-color: rgb(109,83,222); }

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