#6E52D5

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

Shades of Slate Blue #6E52D5

Tints of Slate Blue #6E52D5

Color information

#6E52D5 (or 0x6E52D5) is unknown color: approx Slate Blue. HEX triplet: 6E, 52 and D5. RGB value is (110,82,213). Sum of RGB (Red+Green+Blue) = 110+82+213=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E52D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E52D5 is #91AD2A. Grayscale: #686868. Windows color (decimal): -9547051 or 13980270. OLE color: 13980270.

HSL color Cylindrical-coordinate representation of color #6E52D5: hue angle of 252.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E52D5 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11082213-
CMYK0.480.6200.16
HSL252.82º60.93%57.84%-
HSV(B)252.82º61.5%83.53%-
XYZ21.4614.1564.55-
YUV105.31188.78131.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 213 (83.59% from 255) = 52.59%
R=27.16%
G=20.25%
B=52.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110822130.480.6200.16252.8260.9357.84
Hex6E52D5303E010fd3d3a
Octal15612232560760203757572
Binary110111010100101101010111000011111001000011111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E52D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,213); }

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

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

 a { background-color: rgb(110,82,213); }

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

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

 span { border-color: rgb(110,82,213); }

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