Html Css Color HEX #6811FD Electric Indigo

📋 copy color: '#6811FD'

red 104 ◦ green 17 ◦ blue 253

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

Shades of Electric Indigo #6811FD

Tints of Electric Indigo #6811FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

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

R = 27.81%
G = 4.55%
B = 67.65%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6811FD (or 0x6811FD) is known color: Electric Indigo. HEX triplet: 68, 11 and FD. RGB value is (104,17,253). Sum of RGB (Red+Green+Blue) = 104+17+253=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6811FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811FD is #97EE02. Grayscale: #454545. Windows color (decimal): -9956867 or 16585064. OLE color: 16585064.

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

Color convert

RGB 104 17 253 -
CMYK 0.59 0.93 0 0.01
HSL 262.12º 0.98% 0.53% -
HSV(B) 262.12º 0.93% 0.99% -
XYZ 23.64 10.44 93.7 -
YUV 69.92 231.32 152.31 -
System Red Green Blue C M Y K H S L
Decimal 104 17 253 0.59 0.93 0 0.01 262.12 0.98 0.53
Hex 68 11 FD 3B 5D 0 1 106 62 35
Octal 150 21 375 73 135 0 1 406 142 65
Binary 1101000 10001 11111101 111011 1011101 0 1 100000110 1100010 110101

Color Harmonies of #6811FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6811FD

Black with #6811FD

Text Example


Text Example

White with #6811FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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