#6D45EA

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

Shades of Slate Blue #6D45EA

Tints of Slate Blue #6D45EA

Color information

#6D45EA (or 0x6D45EA) is unknown color: approx Slate Blue. HEX triplet: 6D, 45 and EA. RGB value is (109,69,234). Sum of RGB (Red+Green+Blue) = 109+69+234=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D45EA is #92BA15. Grayscale: #636363. Windows color (decimal): -9615894 or 15353197. OLE color: 15353197.

HSL color Cylindrical-coordinate representation of color #6D45EA: hue angle of 254.55º 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 #6D45EA is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10969234-
CMYK0.530.7100.08
HSL254.55º79.71%59.41%-
HSV(B)254.55º70.51%91.76%-
XYZ23.2913.4579.21-
YUV99.77203.75134.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 234 (91.80% from 255) = 56.80%
R=26.46%
G=16.75%
B=56.80%

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
Decimal109692340.530.7100.08254.5579.7159.41
Hex6D45EA354708ff503b
Octal1551053526510701037712073
Binary1101101100010111101010110101100011101000111111111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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