Html Css Color HEX #670EDB Electric Indigo

📋 copy color: '#670EDB'

red 103 ◦ green 14 ◦ blue 219

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

Shades of Electric Indigo #670EDB

Tints of Electric Indigo #670EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 30.65%
G = 4.17%
B = 65.18%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#670EDB (or 0x670EDB) is known color: Electric Indigo. HEX triplet: 67, 0E and DB. RGB value is (103,14,219). Sum of RGB (Red+Green+Blue) = 103+14+219=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #670EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670EDB is #98F124. Grayscale: #3F3F3F. Windows color (decimal): -10023205 or 14356071. OLE color: 14356071.

HSL color Cylindrical-coordinate representation of color #670EDB: hue angle of 266.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EDB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 14 219 -
CMYK 0.53 0.94 0 0.14
HSL 266.05º 0.88% 0.46% -
HSV(B) 266.05º 0.94% 0.86% -
XYZ 18.54 8.31 67.65 -
YUV 63.98 215.49 155.83 -
System Red Green Blue C M Y K H S L
Decimal 103 14 219 0.53 0.94 0 0.14 266.05 0.88 0.46
Hex 67 E DB 35 5E 0 E 10A 58 2E
Octal 147 16 333 65 136 0 16 412 130 56
Binary 1100111 1110 11011011 110101 1011110 0 1110 100001010 1011000 101110

Color Harmonies of #670EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EDB

Black with #670EDB

Text Example


Text Example

White with #670EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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