#6840D9

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

Shades of Slate Blue #6840D9

Tints of Slate Blue #6840D9

Color information

#6840D9 (or 0x6840D9) is unknown color: approx Slate Blue. HEX triplet: 68, 40 and D9. RGB value is (104,64,217). Sum of RGB (Red+Green+Blue) = 104+64+217=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #6840D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840D9 is #97BF26. Grayscale: #5C5C5C. Windows color (decimal): -9944871 or 14237800. OLE color: 14237800.

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

Color convert

RGB10464217-
CMYK0.520.7100.15
HSL255.69º66.81%55.1%-
HSV(B)255.69º70.51%85.1%-
XYZ20.0711.6266.83-
YUV93.4197.75135.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 217 (85.16% from 255) = 56.36%
R=27.01%
G=16.62%
B=56.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104642170.520.7100.15255.6966.8155.1
Hex6840D934470F1004337
Octal1501003316410701740010367
Binary11010001000000110110011101001000111011111000000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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