#670CE6

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

Shades of Electric Indigo #670CE6

Tints of Electric Indigo #670CE6

Color information

#670CE6 (or 0x670CE6) is unknown color: approx Electric Indigo. HEX triplet: 67, 0C and E6. RGB value is (103,12,230). Sum of RGB (Red+Green+Blue) = 103+12+230=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #670CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670CE6 is #98F319. Grayscale: #3F3F3F. Windows color (decimal): -10023706 or 15076455. OLE color: 15076455.

HSL color Cylindrical-coordinate representation of color #670CE6: hue angle of 265.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670CE6 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10312230-
CMYK0.550.9500.10
HSL265.05º90.08%47.45%-
HSV(B)265.05º94.78%90.2%-
XYZ20.018.8675.52-
YUV64.06221.65155.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 12 (5.08% from 255) = 3.48%
BLUE value IS 230 (90.23% from 255) = 66.67%
R=29.86%
G=3.48%
B=66.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal103122300.550.9500.10265.0590.0847.45
Hex67CE6375F0A1095a2f
Octal147143466713701241113257
Binary11001111100111001101101111011111010101000010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,230); }

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

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

 a { background-color: rgb(103,12,230); }

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

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

 span { border-color: rgb(103,12,230); }

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