#6500FF

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

Shades of Electric Indigo #6500FF

Tints of Electric Indigo #6500FF

Color information

#6500FF (or 0x6500FF) is unknown color: approx Electric Indigo. HEX triplet: 65, 00 and FF. RGB value is (101,0,255). Sum of RGB (Red+Green+Blue) = 101+0+255=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6500FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6500FF is #9AFF00. Grayscale: #3A3A3A. Windows color (decimal): -10157825 or 16711781. OLE color: 16711781.

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

Color convert

RGB1010255-
CMYK0.60100
HSL263.76º100%50%-
HSV(B)263.76º100%100%-
XYZ23.429.9995.3-
YUV59.27238.46157.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 71.63%
R=28.37%
G=0%
B=71.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10102550.60100263.7610050
Hex650FF3C64001086432
Octal1450377741440041014462
Binary11001010111111111111001100100001000010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6500FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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