Html Css Color HEX #6824EB Han Purple

📋 copy color: '#6824EB'

red 104 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #6824EB

Tints of Han Purple #6824EB

RGB

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

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

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

R = 27.73%
G = 9.6%
B = 62.67%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6824EB (or 0x6824EB) is known color: Han Purple. HEX triplet: 68, 24 and EB. RGB value is (104,36,235). Sum of RGB (Red+Green+Blue) = 104+36+235=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #6824EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6824EB is #97DB14. Grayscale: #4E4E4E. Windows color (decimal): -9952021 or 15410280. OLE color: 15410280.

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

Color convert

RGB 104 36 235 -
CMYK 0.56 0.85 0 0.08
HSL 260.5º 0.83% 0.53% -
HSV(B) 260.5º 0.85% 0.92% -
XYZ 21.34 10.2 79.44 -
YUV 79.02 216.03 145.82 -
System Red Green Blue C M Y K H S L
Decimal 104 36 235 0.56 0.85 0 0.08 260.5 0.83 0.53
Hex 68 24 EB 38 55 0 8 105 53 35
Octal 150 44 353 70 125 0 10 405 123 65
Binary 1101000 100100 11101011 111000 1010101 0 1000 100000101 1010011 110101

Color Harmonies of #6824EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6824EB

Black with #6824EB

Text Example


Text Example

White with #6824EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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