Html Css Color HEX #6826EA Han Purple

📋 copy color: '#6826EA'

red 104 ◦ green 38 ◦ blue 234

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

Shades of Han Purple #6826EA

Tints of Han Purple #6826EA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 27.66%
G = 10.11%
B = 62.23%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6826EA (or 0x6826EA) is known color: Han Purple. HEX triplet: 68, 26 and EA. RGB value is (104,38,234). Sum of RGB (Red+Green+Blue) = 104+38+234=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #6826EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6826EA is #97D915. Grayscale: #4F4F4F. Windows color (decimal): -9951510 or 15345256. OLE color: 15345256.

HSL color Cylindrical-coordinate representation of color #6826EA: hue angle of 260.2º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6826EA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 38 234 -
CMYK 0.56 0.84 0 0.08
HSL 260.2º 0.82% 0.53% -
HSV(B) 260.2º 0.84% 0.92% -
XYZ 21.25 10.27 78.7 -
YUV 80.08 214.87 145.06 -
System Red Green Blue C M Y K H S L
Decimal 104 38 234 0.56 0.84 0 0.08 260.2 0.82 0.53
Hex 68 26 EA 38 54 0 8 104 52 35
Octal 150 46 352 70 124 0 10 404 122 65
Binary 1101000 100110 11101010 111000 1010100 0 1000 100000100 1010010 110101

Color Harmonies of #6826EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826EA

Black with #6826EA

Text Example


Text Example

White with #6826EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6826EA; }

 p { color: rgb(104,38,234); }

 H1.HeaderClassName
 {
   color: #6826EA;
 }
 .AnyTagClassName
 {
   color: #6826EA;
 }
</style>

background-color css

<style>
 a { background-color: #6826EA; }

 a { background-color: rgb(104,38,234); }

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

border-color css

<style>
 span { border-color: #6826EA; }

 span { border-color: rgb(104,38,234); }

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