Html Css Color HEX #6840DA Slate Blue

📋 copy color: '#6840DA'

red 104 ◦ green 64 ◦ blue 218

#6840DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6840DA

Tints of Slate Blue #6840DA

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 value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6840DA (or 0x6840DA) is known color: 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

RGB 104 64 218 -
CMYK 0.52 0.71 0 0.15
HSL 255.58º 0.68% 0.55% -
HSV(B) 255.58º 0.71% 0.85% -
XYZ 20.2 11.67 67.52 -
YUV 93.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 104 64 218 0.52 0.71 0 0.15 255.58 0.68 0.55
Hex 68 40 DA 34 47 0 F 100 44 37
Octal 150 100 332 64 107 0 17 400 104 67
Binary 1101000 1000000 11011010 110100 1000111 0 1111 100000000 1000100 110111

Color Harmonies of #6840DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6840DA

Black with #6840DA

Text Example


Text Example

White with #6840DA

Text Example


Text Example

HTML Codes & Css Web 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>