Html Css Color HEX #6826EB Han Purple

📋 copy color: '#6826EB'

red 104 ◦ green 38 ◦ blue 235

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

Shades of Han Purple #6826EB

Tints of Han Purple #6826EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 27.59%
G = 10.08%
B = 62.33%

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

#6826EB (or 0x6826EB) is known color: Han Purple. HEX triplet: 68, 26 and EB. RGB value is (104,38,235). Sum of RGB (Red+Green+Blue) = 104+38+235=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #6826EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6826EB is #97D914. Grayscale: #4F4F4F. Windows color (decimal): -9951509 or 15410792. OLE color: 15410792.

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

Color convert

RGB 104 38 235 -
CMYK 0.56 0.84 0 0.08
HSL 260.1º 0.83% 0.54% -
HSV(B) 260.1º 0.84% 0.92% -
XYZ 21.4 10.33 79.46 -
YUV 80.19 215.37 144.98 -
System Red Green Blue C M Y K H S L
Decimal 104 38 235 0.56 0.84 0 0.08 260.1 0.83 0.54
Hex 68 26 EB 38 54 0 8 104 53 36
Octal 150 46 353 70 124 0 10 404 123 66
Binary 1101000 100110 11101011 111000 1010100 0 1000 100000100 1010011 110110

Color Harmonies of #6826EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826EB

Black with #6826EB

Text Example


Text Example

White with #6826EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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