Html Css Color HEX #6810F1 Electric Indigo

📋 copy color: '#6810F1'

red 104 ◦ green 16 ◦ blue 241

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

Shades of Electric Indigo #6810F1

Tints of Electric Indigo #6810F1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

 BLUE value IS 241 (94.53% from 255) = 66.76%

R = 28.81%
G = 4.43%
B = 66.76%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6810F1 (or 0x6810F1) is known color: Electric Indigo. HEX triplet: 68, 10 and F1. RGB value is (104,16,241). Sum of RGB (Red+Green+Blue) = 104+16+241=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #6810F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6810F1 is #97EF0E. Grayscale: #434343. Windows color (decimal): -9957135 or 15798376. OLE color: 15798376.

HSL color Cylindrical-coordinate representation of color #6810F1: hue angle of 263.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6810F1 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 16 241 -
CMYK 0.57 0.93 0 0.05
HSL 263.47º 0.89% 0.5% -
HSV(B) 263.47º 0.93% 0.95% -
XYZ 21.77 9.66 83.94 -
YUV 67.96 225.65 153.7 -
System Red Green Blue C M Y K H S L
Decimal 104 16 241 0.57 0.93 0 0.05 263.47 0.89 0.5
Hex 68 10 F1 39 5D 0 5 107 59 32
Octal 150 20 361 71 135 0 5 407 131 62
Binary 1101000 10000 11110001 111001 1011101 0 101 100000111 1011001 110010

Color Harmonies of #6810F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810F1

Black with #6810F1

Text Example


Text Example

White with #6810F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6810F1; }

 p { color: rgb(104,16,241); }

 H1.HeaderClassName
 {
   color: #6810F1;
 }
 .AnyTagClassName
 {
   color: #6810F1;
 }
</style>

background-color css

<style>
 a { background-color: #6810F1; }

 a { background-color: rgb(104,16,241); }

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

border-color css

<style>
 span { border-color: #6810F1; }

 span { border-color: rgb(104,16,241); }

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