Html Css Color HEX #670EDE Electric Indigo

📋 copy color: '#670EDE'

red 103 ◦ green 14 ◦ blue 222

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

Shades of Electric Indigo #670EDE

Tints of Electric Indigo #670EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 30.38%
G = 4.13%
B = 65.49%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#670EDE (or 0x670EDE) is known color: Electric Indigo. HEX triplet: 67, 0E and DE. RGB value is (103,14,222). Sum of RGB (Red+Green+Blue) = 103+14+222=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #670EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670EDE is #98F121. Grayscale: #3F3F3F. Windows color (decimal): -10023202 or 14552679. OLE color: 14552679.

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

Color convert

RGB 103 14 222 -
CMYK 0.54 0.94 0 0.13
HSL 265.67º 0.88% 0.46% -
HSV(B) 265.67º 0.94% 0.87% -
XYZ 18.94 8.47 69.74 -
YUV 64.32 216.99 155.59 -
System Red Green Blue C M Y K H S L
Decimal 103 14 222 0.54 0.94 0 0.13 265.67 0.88 0.46
Hex 67 E DE 36 5E 0 D 10A 58 2E
Octal 147 16 336 66 136 0 15 412 130 56
Binary 1100111 1110 11011110 110110 1011110 0 1101 100001010 1011000 101110

Color Harmonies of #670EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EDE

Black with #670EDE

Text Example


Text Example

White with #670EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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