#670AEB

Color #670AEB Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #670AEB

Tints of Electric Indigo #670AEB

Color information

#670AEB (or 0x670AEB) is unknown color: approx Electric Indigo. HEX triplet: 67, 0A and EB. RGB value is (103,10,235). Sum of RGB (Red+Green+Blue) = 103+10+235=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #670AEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670AEB is #98F514. Grayscale: #3E3E3E. Windows color (decimal): -10024213 or 15403623. OLE color: 15403623.

HSL color Cylindrical-coordinate representation of color #670AEB: hue angle of 264.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670AEB is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10310235-
CMYK0.560.9600.08
HSL264.8º91.84%48.04%-
HSV(B)264.8º95.74%92.16%-
XYZ20.79.179.26-
YUV63.46224.81156.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 235 (92.19% from 255) = 67.53%
R=29.60%
G=2.87%
B=67.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103102350.560.9600.08264.891.8448.04
Hex67AEB3860081095c30
Octal147123537014001041113460
Binary11001111010111010111110001100000010001000010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,10,235); }

 H1.HeaderClassName
 {
   color: #670AEB;
 }
 .AnyTagClassName
 {
   color: #670AEB;
 }
</style>
background-color css

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

 a { background-color: rgb(103,10,235); }

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

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

 span { border-color: rgb(103,10,235); }

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