#6610FD

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

Shades of Electric Indigo #6610FD

Tints of Electric Indigo #6610FD

Color information

#6610FD (or 0x6610FD) is unknown color: approx Electric Indigo. HEX triplet: 66, 10 and FD. RGB value is (102,16,253). Sum of RGB (Red+Green+Blue) = 102+16+253=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6610FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6610FD is #99EF02. Grayscale: #434343. Windows color (decimal): -10088195 or 16584806. OLE color: 16584806.

HSL color Cylindrical-coordinate representation of color #6610FD: hue angle of 261.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6610FD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10216253-
CMYK0.600.9400.01
HSL261.77º98.34%52.75%-
HSV(B)261.77º93.68%99.22%-
XYZ23.3910.2993.68-
YUV68.73231.99151.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 253 (99.22% from 255) = 68.19%
R=27.49%
G=4.31%
B=68.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102162530.600.9400.01261.7798.3452.75
Hex6610FD3C5E011066235
Octal14620375741360140614265
Binary110011010000111111011111001011110011000001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6610FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6610FD; }

 p { color: rgb(102,16,253); }

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

<style>
 a { background-color: #6610FD; }

 a { background-color: rgb(102,16,253); }

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

<style>
 span { border-color: #6610FD; }

 span { border-color: rgb(102,16,253); }

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