#6511FF

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

Shades of Electric Indigo #6511FF

Tints of Electric Indigo #6511FF

Color information

#6511FF (or 0x6511FF) is unknown color: approx Electric Indigo. HEX triplet: 65, 11 and FF. RGB value is (101,17,255). Sum of RGB (Red+Green+Blue) = 101+17+255=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6511FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6511FF is #9AEE00. Grayscale: #444444. Windows color (decimal): -10153473 or 16716133. OLE color: 16716133.

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

Color convert

RGB10117255-
CMYK0.600.9300
HSL261.18º100%53.33%-
HSV(B)261.18º93.33%100%-
XYZ23.6210.3995.37-
YUV69.25232.83150.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 17 (7.03% from 255) = 4.56%
BLUE value IS 255 (100% from 255) = 68.36%
R=27.08%
G=4.56%
B=68.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal101172550.600.9300261.1810053.33
Hex6511FF3C5D001056435
Octal14521377741350040514465
Binary110010110001111111111111001011101001000001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6511FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6511FF; }

 p { color: rgb(101,17,255); }

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

<style>
 a { background-color: #6511FF; }

 a { background-color: rgb(101,17,255); }

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

<style>
 span { border-color: #6511FF; }

 span { border-color: rgb(101,17,255); }

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