Html Css Color HEX #670EEF Electric Indigo

📋 copy color: '#670EEF'

red 103 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #670EEF

Tints of Electric Indigo #670EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 28.93%
G = 3.93%
B = 67.13%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#670EEF (or 0x670EEF) is known color: Electric Indigo. HEX triplet: 67, 0E and EF. RGB value is (103,14,239). Sum of RGB (Red+Green+Blue) = 103+14+239=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #670EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670EEF is #98F110. Grayscale: #414141. Windows color (decimal): -10023185 or 15666791. OLE color: 15666791.

HSL color Cylindrical-coordinate representation of color #670EEF: hue angle of 263.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EEF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 14 239 -
CMYK 0.57 0.94 0 0.06
HSL 263.73º 0.89% 0.5% -
HSV(B) 263.73º 0.94% 0.94% -
XYZ 21.33 9.43 82.36 -
YUV 66.26 225.49 154.2 -
System Red Green Blue C M Y K H S L
Decimal 103 14 239 0.57 0.94 0 0.06 263.73 0.89 0.5
Hex 67 E EF 39 5E 0 6 108 59 32
Octal 147 16 357 71 136 0 6 410 131 62
Binary 1100111 1110 11101111 111001 1011110 0 110 100001000 1011001 110010

Color Harmonies of #670EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EEF

Black with #670EEF

Text Example


Text Example

White with #670EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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