#6505FF

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

Shades of Electric Indigo #6505FF

Tints of Electric Indigo #6505FF

Color information

#6505FF (or 0x6505FF) is unknown color: approx Electric Indigo. HEX triplet: 65, 05 and FF. RGB value is (101,5,255). Sum of RGB (Red+Green+Blue) = 101+5+255=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6505FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505FF is #9AFA00. Grayscale: #3D3D3D. Windows color (decimal): -10156545 or 16713061. OLE color: 16713061.

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

Color convert

RGB1015255-
CMYK0.600.9800
HSL263.04º100%50.98%-
HSV(B)263.04º98.04%100%-
XYZ23.4710.195.32-
YUV62.2236.8155.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 255 (100% from 255) = 70.64%
R=27.98%
G=1.39%
B=70.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10152550.600.9800263.0410050.98
Hex655FF3C62001076433
Octal1455377741420040714463
Binary1100101101111111111111001100010001000001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6505FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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