Html Css Color HEX #6824EE Han Purple

📋 copy color: '#6824EE'

red 104 ◦ green 36 ◦ blue 238

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

Shades of Han Purple #6824EE

Tints of Han Purple #6824EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 27.51%
G = 9.52%
B = 62.96%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6824EE (or 0x6824EE) is known color: Han Purple. HEX triplet: 68, 24 and EE. RGB value is (104,36,238). Sum of RGB (Red+Green+Blue) = 104+36+238=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #6824EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824EE is #97DB11. Grayscale: #4E4E4E. Windows color (decimal): -9952018 or 15606888. OLE color: 15606888.

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

Color convert

RGB 104 36 238 -
CMYK 0.56 0.85 0 0.07
HSL 260.2º 0.86% 0.54% -
HSV(B) 260.2º 0.85% 0.93% -
XYZ 21.77 10.38 81.74 -
YUV 79.36 217.53 145.57 -
System Red Green Blue C M Y K H S L
Decimal 104 36 238 0.56 0.85 0 0.07 260.2 0.86 0.54
Hex 68 24 EE 38 55 0 7 104 56 36
Octal 150 44 356 70 125 0 7 404 126 66
Binary 1101000 100100 11101110 111000 1010101 0 111 100000100 1010110 110110

Color Harmonies of #6824EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824EE

Black with #6824EE

Text Example


Text Example

White with #6824EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6824EE; }

 p { color: rgb(104,36,238); }

 H1.HeaderClassName
 {
   color: #6824EE;
 }
 .AnyTagClassName
 {
   color: #6824EE;
 }
</style>

background-color css

<style>
 a { background-color: #6824EE; }

 a { background-color: rgb(104,36,238); }

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

border-color css

<style>
 span { border-color: #6824EE; }

 span { border-color: rgb(104,36,238); }

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