Html Css Color HEX #6803FC Electric Indigo

📋 copy color: '#6803FC'

red 104 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #6803FC

Tints of Electric Indigo #6803FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 28.97%
G = 0.84%
B = 70.19%

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

#6803FC (or 0x6803FC) is known color: Electric Indigo. HEX triplet: 68, 03 and FC. RGB value is (104,3,252). Sum of RGB (Red+Green+Blue) = 104+3+252=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #6803FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803FC is #97FC03. Grayscale: #3C3C3C. Windows color (decimal): -9960452 or 16515944. OLE color: 16515944.

HSL color Cylindrical-coordinate representation of color #6803FC: hue angle of 264.34º 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 #6803FC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 3 252 -
CMYK 0.59 0.99 0 0.01
HSL 264.34º 0.98% 0.5% -
HSV(B) 264.34º 0.99% 0.99% -
XYZ 23.31 10.04 92.8 -
YUV 61.59 235.46 158.25 -
System Red Green Blue C M Y K H S L
Decimal 104 3 252 0.59 0.99 0 0.01 264.34 0.98 0.5
Hex 68 3 FC 3B 63 0 1 108 62 32
Octal 150 3 374 73 143 0 1 410 142 62
Binary 1101000 11 11111100 111011 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6803FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803FC

Black with #6803FC

Text Example


Text Example

White with #6803FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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