#6E53D8

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

Shades of Slate Blue #6E53D8

Tints of Slate Blue #6E53D8

Color information

#6E53D8 (or 0x6E53D8) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and D8. RGB value is (110,83,216). Sum of RGB (Red+Green+Blue) = 110+83+216=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E53D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53D8 is #91AC27. Grayscale: #696969. Windows color (decimal): -9546792 or 14177134. OLE color: 14177134.

HSL color Cylindrical-coordinate representation of color #6E53D8: hue angle of 252.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E53D8 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11083216-
CMYK0.490.6200.15
HSL252.18º63.03%58.63%-
HSV(B)252.18º61.57%84.71%-
XYZ21.9214.4666.6-
YUV106.23189.95130.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.89%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 216 (84.77% from 255) = 52.81%
R=26.89%
G=20.29%
B=52.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110832160.490.6200.15252.1863.0358.63
Hex6E53D8313E0Ffc3f3b
Octal15612333061760173747773
Binary11011101010011110110001100011111100111111111100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,216); }

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

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

 a { background-color: rgb(110,83,216); }

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

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

 span { border-color: rgb(110,83,216); }

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