#6D44EA

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

Shades of Slate Blue #6D44EA

Tints of Slate Blue #6D44EA

Color information

#6D44EA (or 0x6D44EA) is unknown color: approx Slate Blue. HEX triplet: 6D, 44 and EA. RGB value is (109,68,234). Sum of RGB (Red+Green+Blue) = 109+68+234=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D44EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D44EA is #92BB15. Grayscale: #626262. Windows color (decimal): -9616150 or 15352941. OLE color: 15352941.

HSL color Cylindrical-coordinate representation of color #6D44EA: hue angle of 254.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D44EA is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10968234-
CMYK0.530.7100.08
HSL254.82º79.81%59.22%-
HSV(B)254.82º70.94%91.76%-
XYZ23.2313.3379.19-
YUV99.18204.08135-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 234 (91.80% from 255) = 56.93%
R=26.52%
G=16.55%
B=56.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal109682340.530.7100.08254.8279.8159.22
Hex6D44EA354708ff503b
Octal1551043526510701037712073
Binary1101101100010011101010110101100011101000111111111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D44EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,234); }

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

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

 a { background-color: rgb(109,68,234); }

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

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

 span { border-color: rgb(109,68,234); }

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