#6841D9

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

Shades of Slate Blue #6841D9

Tints of Slate Blue #6841D9

Color information

#6841D9 (or 0x6841D9) is unknown color: approx Slate Blue. HEX triplet: 68, 41 and D9. RGB value is (104,65,217). Sum of RGB (Red+Green+Blue) = 104+65+217=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #6841D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841D9 is #97BE26. Grayscale: #5D5D5D. Windows color (decimal): -9944615 or 14238056. OLE color: 14238056.

HSL color Cylindrical-coordinate representation of color #6841D9: hue angle of 255.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6841D9 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10465217-
CMYK0.520.7000.15
HSL255.39º66.67%55.29%-
HSV(B)255.39º70.05%85.1%-
XYZ20.1211.7366.85-
YUV93.99197.42135.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=26.94%
G=16.84%
B=56.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104652170.520.7000.15255.3966.6755.29
Hex6841D934460Fff4337
Octal1501013316410601737710367
Binary1101000100000111011001110100100011001111111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6841D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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