Html Css Color HEX #6836EA Han Purple

📋 copy color: '#6836EA'

red 104 ◦ green 54 ◦ blue 234

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

Shades of Han Purple #6836EA

Tints of Han Purple #6836EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 26.53%
G = 13.78%
B = 59.69%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6836EA (or 0x6836EA) is known color: Han Purple. HEX triplet: 68, 36 and EA. RGB value is (104,54,234). Sum of RGB (Red+Green+Blue) = 104+54+234=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #6836EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6836EA is #97C915. Grayscale: #585858. Windows color (decimal): -9947414 or 15349352. OLE color: 15349352.

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

Color convert

RGB 104 54 234 -
CMYK 0.56 0.77 0 0.08
HSL 256.67º 0.81% 0.56% -
HSV(B) 256.67º 0.77% 0.92% -
XYZ 21.88 11.52 78.91 -
YUV 89.47 209.57 138.36 -
System Red Green Blue C M Y K H S L
Decimal 104 54 234 0.56 0.77 0 0.08 256.67 0.81 0.56
Hex 68 36 EA 38 4D 0 8 101 51 38
Octal 150 66 352 70 115 0 10 401 121 70
Binary 1101000 110110 11101010 111000 1001101 0 1000 100000001 1010001 111000

Color Harmonies of #6836EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6836EA

Black with #6836EA

Text Example


Text Example

White with #6836EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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