Html Css Color HEX #6802FC Electric Indigo

📋 copy color: '#6802FC'

red 104 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6802FC

Tints of Electric Indigo #6802FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 29.05%
G = 0.56%
B = 70.39%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6802FC (or 0x6802FC) is known color: Electric Indigo. HEX triplet: 68, 02 and FC. RGB value is (104,2,252). Sum of RGB (Red+Green+Blue) = 104+2+252=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #6802FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6802FC is #97FD03. Grayscale: #3C3C3C. Windows color (decimal): -9960708 or 16515688. OLE color: 16515688.

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

Color convert

RGB 104 2 252 -
CMYK 0.59 0.99 0 0.01
HSL 264.48º 0.98% 0.5% -
HSV(B) 264.48º 0.99% 0.99% -
XYZ 23.3 10.01 92.8 -
YUV 61 235.79 158.67 -
System Red Green Blue C M Y K H S L
Decimal 104 2 252 0.59 0.99 0 0.01 264.48 0.98 0.5
Hex 68 2 FC 3B 63 0 1 108 62 32
Octal 150 2 374 73 143 0 1 410 142 62
Binary 1101000 10 11111100 111011 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6802FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802FC

Black with #6802FC

Text Example


Text Example

White with #6802FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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