Html Css Color HEX #6800FD Electric Indigo

📋 copy color: '#6800FD'

red 104 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #6800FD

Tints of Electric Indigo #6800FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 70.87%

R = 29.13%
G = 0%
B = 70.87%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6800FD (or 0x6800FD) is known color: Electric Indigo. HEX triplet: 68, 00 and FD. RGB value is (104,0,253). Sum of RGB (Red+Green+Blue) = 104+0+253=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #6800FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800FD is #97FF02. Grayscale: #3B3B3B. Windows color (decimal): -9961219 or 16580712. OLE color: 16580712.

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

Color convert

RGB 104 0 253 -
CMYK 0.59 1 0 0.01
HSL 264.66º 1% 0.5% -
HSV(B) 264.66º 1% 0.99% -
XYZ 23.44 10.03 93.63 -
YUV 59.94 236.96 159.43 -
System Red Green Blue C M Y K H S L
Decimal 104 0 253 0.59 1 0 0.01 264.66 1 0.5
Hex 68 0 FD 3B 64 0 1 109 64 32
Octal 150 0 375 73 144 0 1 411 144 62
Binary 1101000 0 11111101 111011 1100100 0 1 100001001 1100100 110010

Color Harmonies of #6800FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800FD

Black with #6800FD

Text Example


Text Example

White with #6800FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6800FD; }

 p { color: rgb(104,0,253); }

 H1.HeaderClassName
 {
   color: #6800FD;
 }
 .AnyTagClassName
 {
   color: #6800FD;
 }
</style>

background-color css

<style>
 a { background-color: #6800FD; }

 a { background-color: rgb(104,0,253); }

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

border-color css

<style>
 span { border-color: #6800FD; }

 span { border-color: rgb(104,0,253); }

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