Html Css Color HEX #6803FF Electric Indigo

📋 copy color: '#6803FF'

red 104 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #6803FF

Tints of Electric Indigo #6803FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.44%

R = 28.73%
G = 0.83%
B = 70.44%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6803FF (or 0x6803FF) is known color: Electric Indigo. HEX triplet: 68, 03 and FF. RGB value is (104,3,255). Sum of RGB (Red+Green+Blue) = 104+3+255=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #6803FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803FF is #97FC00. Grayscale: #3D3D3D. Windows color (decimal): -9960449 or 16712552. OLE color: 16712552.

HSL color Cylindrical-coordinate representation of color #6803FF: hue angle of 264.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803FF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 3 255 -
CMYK 0.59 0.99 0 0
HSL 264.05º 1% 0.51% -
HSV(B) 264.05º 0.99% 1% -
XYZ 23.79 10.23 95.33 -
YUV 61.93 236.96 158.01 -
System Red Green Blue C M Y K H S L
Decimal 104 3 255 0.59 0.99 0 0 264.05 1 0.51
Hex 68 3 FF 3B 63 0 0 108 64 33
Octal 150 3 377 73 143 0 0 410 144 63
Binary 1101000 11 11111111 111011 1100011 0 0 100001000 1100100 110011

Color Harmonies of #6803FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803FF

Black with #6803FF

Text Example


Text Example

White with #6803FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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