Html Css Color HEX #6810F2 Electric Indigo

📋 copy color: '#6810F2'

red 104 ◦ green 16 ◦ blue 242

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

Shades of Electric Indigo #6810F2

Tints of Electric Indigo #6810F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 66.85%

R = 28.73%
G = 4.42%
B = 66.85%

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

#6810F2 (or 0x6810F2) is known color: Electric Indigo. HEX triplet: 68, 10 and F2. RGB value is (104,16,242). Sum of RGB (Red+Green+Blue) = 104+16+242=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #6810F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6810F2 is #97EF0D. Grayscale: #434343. Windows color (decimal): -9957134 or 15863912. OLE color: 15863912.

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

Color convert

RGB 104 16 242 -
CMYK 0.57 0.93 0 0.05
HSL 263.36º 0.9% 0.51% -
HSV(B) 263.36º 0.93% 0.95% -
XYZ 21.92 9.72 84.73 -
YUV 68.08 226.15 153.62 -
System Red Green Blue C M Y K H S L
Decimal 104 16 242 0.57 0.93 0 0.05 263.36 0.9 0.51
Hex 68 10 F2 39 5D 0 5 107 5A 33
Octal 150 20 362 71 135 0 5 407 132 63
Binary 1101000 10000 11110010 111001 1011101 0 101 100000111 1011010 110011

Color Harmonies of #6810F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810F2

Black with #6810F2

Text Example


Text Example

White with #6810F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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