#6310FA

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

Shades of Electric Indigo #6310FA

Tints of Electric Indigo #6310FA

Color information

#6310FA (or 0x6310FA) is unknown color: approx Electric Indigo. HEX triplet: 63, 10 and FA. RGB value is (99,16,250). Sum of RGB (Red+Green+Blue) = 99+16+250=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #6310FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310FA is #9CEF05. Grayscale: #424242. Windows color (decimal): -10284806 or 16388195. OLE color: 16388195.

HSL color Cylindrical-coordinate representation of color #6310FA: hue angle of 261.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6310FA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9916250-
CMYK0.600.9400.02
HSL261.28º95.9%52.16%-
HSV(B)261.28º93.6%98.04%-
XYZ22.599.9391.17-
YUV67.49231150.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 16 (6.64% from 255) = 4.38%
BLUE value IS 250 (98.05% from 255) = 68.49%
R=27.12%
G=4.38%
B=68.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal99162500.600.9400.02261.2895.952.16
Hex6310FA3C5E021056034
Octal14320372741360240514064
Binary1100011100001111101011110010111100101000001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6310FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6310FA; }

 p { color: rgb(99,16,250); }

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

<style>
 a { background-color: #6310FA; }

 a { background-color: rgb(99,16,250); }

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

<style>
 span { border-color: #6310FA; }

 span { border-color: rgb(99,16,250); }

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