Html Css Color HEX #6820EC Han Purple

📋 copy color: '#6820EC'

red 104 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #6820EC

Tints of Han Purple #6820EC

RGB

 RED value IS 104 (41.02% from 255) = 27.96%

 GREEN value IS 32 (12.89% from 255) = 8.6%

 BLUE value IS 236 (92.58% from 255) = 63.44%

R = 27.96%
G = 8.6%
B = 63.44%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6820EC (or 0x6820EC) is known color: Han Purple. HEX triplet: 68, 20 and EC. RGB value is (104,32,236). Sum of RGB (Red+Green+Blue) = 104+32+236=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #6820EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6820EC is #97DF13. Grayscale: #4C4C4C. Windows color (decimal): -9953044 or 15474792. OLE color: 15474792.

HSL color Cylindrical-coordinate representation of color #6820EC: hue angle of 261.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6820EC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 32 236 -
CMYK 0.56 0.86 0 0.07
HSL 261.18º 0.84% 0.53% -
HSV(B) 261.18º 0.86% 0.93% -
XYZ 21.37 10.03 80.17 -
YUV 76.78 217.85 147.41 -
System Red Green Blue C M Y K H S L
Decimal 104 32 236 0.56 0.86 0 0.07 261.18 0.84 0.53
Hex 68 20 EC 38 56 0 7 105 54 35
Octal 150 40 354 70 126 0 7 405 124 65
Binary 1101000 100000 11101100 111000 1010110 0 111 100000101 1010100 110101

Color Harmonies of #6820EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820EC

Black with #6820EC

Text Example


Text Example

White with #6820EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6820EC; }

 p { color: rgb(104,32,236); }

 H1.HeaderClassName
 {
   color: #6820EC;
 }
 .AnyTagClassName
 {
   color: #6820EC;
 }
</style>

background-color css

<style>
 a { background-color: #6820EC; }

 a { background-color: rgb(104,32,236); }

 div.DivClassName
 {
   background-color: #6820EC;
 }
 .BgClassName
 {
   background-color: #6820EC;
 }
</style>

border-color css

<style>
 span { border-color: #6820EC; }

 span { border-color: rgb(104,32,236); }

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