#6341E5

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

Shades of Slate Blue #6341E5

Tints of Slate Blue #6341E5

Color information

#6341E5 (or 0x6341E5) is unknown color: approx Slate Blue. HEX triplet: 63, 41 and E5. RGB value is (99,65,229). Sum of RGB (Red+Green+Blue) = 99+65+229=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #6341E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341E5 is #9CBE1A. Grayscale: #5D5D5D. Windows color (decimal): -10272283 or 15024483. OLE color: 15024483.

HSL color Cylindrical-coordinate representation of color #6341E5: hue angle of 252.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6341E5 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9965229-
CMYK0.570.7200.10
HSL252.44º75.93%57.65%-
HSV(B)252.44º71.62%89.8%-
XYZ21.1812.0975.35-
YUV93.86204.26131.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.19%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 229 (89.84% from 255) = 58.27%
R=25.19%
G=16.54%
B=58.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal99652290.570.7200.10252.4475.9357.65
Hex6341E539480Afc4c3a
Octal1431013457111001237411472
Binary1100011100000111100101111001100100001010111111001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6341E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6341E5; }

 p { color: rgb(99,65,229); }

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

<style>
 a { background-color: #6341E5; }

 a { background-color: rgb(99,65,229); }

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

<style>
 span { border-color: #6341E5; }

 span { border-color: rgb(99,65,229); }

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