Html Css Color HEX #670EF6 Electric Indigo

📋 copy color: '#670EF6'

red 103 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #670EF6

Tints of Electric Indigo #670EF6

RGB

 RED value IS 103 (40.63% from 255) = 28.37%

 GREEN value IS 14 (5.86% from 255) = 3.86%

 BLUE value IS 246 (96.48% from 255) = 67.77%

R = 28.37%
G = 3.86%
B = 67.77%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#670EF6 (or 0x670EF6) is known color: Electric Indigo. HEX triplet: 67, 0E and F6. RGB value is (103,14,246). Sum of RGB (Red+Green+Blue) = 103+14+246=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #670EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670EF6 is #98F109. Grayscale: #424242. Windows color (decimal): -10023178 or 16125543. OLE color: 16125543.

HSL color Cylindrical-coordinate representation of color #670EF6: hue angle of 263.02º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EF6 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 14 246 -
CMYK 0.58 0.94 0 0.04
HSL 263.02º 0.93% 0.51% -
HSV(B) 263.02º 0.94% 0.96% -
XYZ 22.39 9.85 87.91 -
YUV 67.06 228.99 153.64 -
System Red Green Blue C M Y K H S L
Decimal 103 14 246 0.58 0.94 0 0.04 263.02 0.93 0.51
Hex 67 E F6 3A 5E 0 4 107 5D 33
Octal 147 16 366 72 136 0 4 407 135 63
Binary 1100111 1110 11110110 111010 1011110 0 100 100000111 1011101 110011

Color Harmonies of #670EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EF6

Black with #670EF6

Text Example


Text Example

White with #670EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670EF6; }

 p { color: rgb(103,14,246); }

 H1.HeaderClassName
 {
   color: #670EF6;
 }
 .AnyTagClassName
 {
   color: #670EF6;
 }
</style>

background-color css

<style>
 a { background-color: #670EF6; }

 a { background-color: rgb(103,14,246); }

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

border-color css

<style>
 span { border-color: #670EF6; }

 span { border-color: rgb(103,14,246); }

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