Html Css Color HEX #6819FC Han Purple

📋 copy color: '#6819FC'

red 104 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #6819FC

Tints of Han Purple #6819FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.56%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 27.3%
G = 6.56%
B = 66.14%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6819FC (or 0x6819FC) is known color: Han Purple. HEX triplet: 68, 19 and FC. RGB value is (104,25,252). Sum of RGB (Red+Green+Blue) = 104+25+252=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #6819FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6819FC is #97E603. Grayscale: #494949. Windows color (decimal): -9954820 or 16521576. OLE color: 16521576.

HSL color Cylindrical-coordinate representation of color #6819FC: hue angle of 260.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6819FC is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 25 252 -
CMYK 0.59 0.90 0 0.01
HSL 260.88º 0.97% 0.54% -
HSV(B) 260.88º 0.9% 0.99% -
XYZ 23.63 10.67 92.91 -
YUV 74.5 228.17 149.04 -
System Red Green Blue C M Y K H S L
Decimal 104 25 252 0.59 0.90 0 0.01 260.88 0.97 0.54
Hex 68 19 FC 3B 5A 0 1 105 61 36
Octal 150 31 374 73 132 0 1 405 141 66
Binary 1101000 11001 11111100 111011 1011010 0 1 100000101 1100001 110110

Color Harmonies of #6819FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819FC

Black with #6819FC

Text Example


Text Example

White with #6819FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6819FC; }

 p { color: rgb(104,25,252); }

 H1.HeaderClassName
 {
   color: #6819FC;
 }
 .AnyTagClassName
 {
   color: #6819FC;
 }
</style>

background-color css

<style>
 a { background-color: #6819FC; }

 a { background-color: rgb(104,25,252); }

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

border-color css

<style>
 span { border-color: #6819FC; }

 span { border-color: rgb(104,25,252); }

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