Html Css Color HEX #6818EB Han Purple

📋 copy color: '#6818EB'

red 104 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #6818EB

Tints of Han Purple #6818EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 28.65%
G = 6.61%
B = 64.74%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6818EB (or 0x6818EB) is known color: Han Purple. HEX triplet: 68, 18 and EB. RGB value is (104,24,235). Sum of RGB (Red+Green+Blue) = 104+24+235=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #6818EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6818EB is #97E714. Grayscale: #474747. Windows color (decimal): -9955093 or 15407208. OLE color: 15407208.

HSL color Cylindrical-coordinate representation of color #6818EB: hue angle of 262.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6818EB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 24 235 -
CMYK 0.56 0.90 0 0.08
HSL 262.75º 0.84% 0.51% -
HSV(B) 262.75º 0.9% 0.92% -
XYZ 21.03 9.59 79.34 -
YUV 71.97 220 150.84 -
System Red Green Blue C M Y K H S L
Decimal 104 24 235 0.56 0.90 0 0.08 262.75 0.84 0.51
Hex 68 18 EB 38 5A 0 8 107 54 33
Octal 150 30 353 70 132 0 10 407 124 63
Binary 1101000 11000 11101011 111000 1011010 0 1000 100000111 1010100 110011

Color Harmonies of #6818EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6818EB

Black with #6818EB

Text Example


Text Example

White with #6818EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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