Html Css Color HEX #6824EF Han Purple

📋 copy color: '#6824EF'

red 104 ◦ green 36 ◦ blue 239

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

Shades of Han Purple #6824EF

Tints of Han Purple #6824EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 27.44%
G = 9.5%
B = 63.06%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6824EF (or 0x6824EF) is known color: Han Purple. HEX triplet: 68, 24 and EF. RGB value is (104,36,239). Sum of RGB (Red+Green+Blue) = 104+36+239=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #6824EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824EF is #97DB10. Grayscale: #4E4E4E. Windows color (decimal): -9952017 or 15672424. OLE color: 15672424.

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

Color convert

RGB 104 36 239 -
CMYK 0.56 0.85 0 0.06
HSL 260.1º 0.86% 0.54% -
HSV(B) 260.1º 0.85% 0.94% -
XYZ 21.92 10.44 82.52 -
YUV 79.47 218.03 145.49 -
System Red Green Blue C M Y K H S L
Decimal 104 36 239 0.56 0.85 0 0.06 260.1 0.86 0.54
Hex 68 24 EF 38 55 0 6 104 56 36
Octal 150 44 357 70 125 0 6 404 126 66
Binary 1101000 100100 11101111 111000 1010101 0 110 100000100 1010110 110110

Color Harmonies of #6824EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824EF

Black with #6824EF

Text Example


Text Example

White with #6824EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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