Html Css Color HEX #6824FE Han Purple

📋 copy color: '#6824FE'

red 104 ◦ green 36 ◦ blue 254

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

Shades of Han Purple #6824FE

Tints of Han Purple #6824FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 26.4%
G = 9.14%
B = 64.47%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6824FE (or 0x6824FE) is known color: Han Purple. HEX triplet: 68, 24 and FE. RGB value is (104,36,254). Sum of RGB (Red+Green+Blue) = 104+36+254=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #6824FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824FE is #97DB01. Grayscale: #505050. Windows color (decimal): -9952002 or 16655464. OLE color: 16655464.

HSL color Cylindrical-coordinate representation of color #6824FE: hue angle of 258.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6824FE is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 36 254 -
CMYK 0.59 0.86 0 0.00
HSL 258.72º 0.99% 0.57% -
HSV(B) 258.72º 0.86% 1% -
XYZ 24.23 11.36 94.68 -
YUV 81.18 225.53 144.27 -
System Red Green Blue C M Y K H S L
Decimal 104 36 254 0.59 0.86 0 0.00 258.72 0.99 0.57
Hex 68 24 FE 3B 56 0 0 103 63 39
Octal 150 44 376 73 126 0 0 403 143 71
Binary 1101000 100100 11111110 111011 1010110 0 0 100000011 1100011 111001

Color Harmonies of #6824FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824FE

Black with #6824FE

Text Example


Text Example

White with #6824FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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