#6840DA

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

Shades of Slate Blue #6840DA

Tints of Slate Blue #6840DA

Color information

#6840DA (or 0x6840DA) is unknown color: approx Slate Blue. HEX triplet: 68, 40 and DA. RGB value is (104,64,218). Sum of RGB (Red+Green+Blue) = 104+64+218=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #6840DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840DA is #97BF25. Grayscale: #5C5C5C. Windows color (decimal): -9944870 or 14303336. OLE color: 14303336.

HSL color Cylindrical-coordinate representation of color #6840DA: hue angle of 255.58º degrees, saturation: 0.68, 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 #6840DA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10464218-
CMYK0.520.7100.15
HSL255.58º67.54%55.29%-
HSV(B)255.58º70.64%85.49%-
XYZ20.211.6767.52-
YUV93.52198.25135.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 64 (25.39% from 255) = 16.58%
BLUE value IS 218 (85.55% from 255) = 56.48%
R=26.94%
G=16.58%
B=56.48%

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
Decimal104642180.520.7100.15255.5867.5455.29
Hex6840DA34470F1004437
Octal1501003326410701740010467
Binary11010001000000110110101101001000111011111000000001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6840DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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