#6841DB

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

Shades of Slate Blue #6841DB

Tints of Slate Blue #6841DB

Color information

#6841DB (or 0x6841DB) is unknown color: approx Slate Blue. HEX triplet: 68, 41 and DB. RGB value is (104,65,219). Sum of RGB (Red+Green+Blue) = 104+65+219=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #6841DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841DB is #97BE24. Grayscale: #5D5D5D. Windows color (decimal): -9944613 or 14369128. OLE color: 14369128.

HSL color Cylindrical-coordinate representation of color #6841DB: hue angle of 255.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6841DB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10465219-
CMYK0.530.7000.14
HSL255.19º68.14%55.69%-
HSV(B)255.19º70.32%85.88%-
XYZ20.3911.8468.23-
YUV94.22198.42134.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 219 (85.94% from 255) = 56.44%
R=26.80%
G=16.75%
B=56.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104652190.530.7000.14255.1968.1455.69
Hex6841DB35460Eff4438
Octal1501013336510601637710470
Binary1101000100000111011011110101100011001110111111111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6841DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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