#6841E5

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

Shades of Slate Blue #6841E5

Tints of Slate Blue #6841E5

Color information

#6841E5 (or 0x6841E5) is unknown color: approx Slate Blue. HEX triplet: 68, 41 and E5. RGB value is (104,65,229). Sum of RGB (Red+Green+Blue) = 104+65+229=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #6841E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841E5 is #97BE1A. Grayscale: #5E5E5E. Windows color (decimal): -9944603 or 15024488. OLE color: 15024488.

HSL color Cylindrical-coordinate representation of color #6841E5: hue angle of 254.27º 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 #6841E5 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10465229-
CMYK0.550.7200.10
HSL254.27º75.93%57.65%-
HSV(B)254.27º71.62%89.8%-
XYZ21.7412.3875.37-
YUV95.36203.42134.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 229 (89.84% from 255) = 57.54%
R=26.13%
G=16.33%
B=57.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal104652290.550.7200.10254.2775.9357.65
Hex6841E537480Afe4c3a
Octal1501013456711001237611472
Binary1101000100000111100101110111100100001010111111101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6841E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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