#6611FC

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

Shades of Electric Indigo #6611FC

Tints of Electric Indigo #6611FC

Color information

#6611FC (or 0x6611FC) is unknown color: approx Electric Indigo. HEX triplet: 66, 11 and FC. RGB value is (102,17,252). Sum of RGB (Red+Green+Blue) = 102+17+252=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6611FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6611FC is #99EE03. Grayscale: #444444. Windows color (decimal): -10087940 or 16519526. OLE color: 16519526.

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

Color convert

RGB10217252-
CMYK0.600.9300.01
HSL261.7º97.51%52.75%-
HSV(B)261.7º93.25%98.82%-
XYZ23.2510.2592.85-
YUV69.2231.16151.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 252 (98.83% from 255) = 67.92%
R=27.49%
G=4.58%
B=67.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102172520.600.9300.01261.797.5152.75
Hex6611FC3C5D011066235
Octal14621374741350140614265
Binary110011010001111111001111001011101011000001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6611FC; }

 p { color: rgb(102,17,252); }

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

<style>
 a { background-color: #6611FC; }

 a { background-color: rgb(102,17,252); }

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

<style>
 span { border-color: #6611FC; }

 span { border-color: rgb(102,17,252); }

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