#6310EB

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

Shades of Electric Indigo #6310EB

Tints of Electric Indigo #6310EB

Color information

#6310EB (or 0x6310EB) is unknown color: approx Electric Indigo. HEX triplet: 63, 10 and EB. RGB value is (99,16,235). Sum of RGB (Red+Green+Blue) = 99+16+235=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #6310EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6310EB is #9CEF14. Grayscale: #404040. Windows color (decimal): -10284821 or 15405155. OLE color: 15405155.

HSL color Cylindrical-coordinate representation of color #6310EB: hue angle of 262.74º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6310EB is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9916235-
CMYK0.580.9300.08
HSL262.74º87.25%49.22%-
HSV(B)262.74º93.19%92.16%-
XYZ20.339.0279.27-
YUV65.78223.5151.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 235 (92.19% from 255) = 67.14%
R=28.29%
G=4.57%
B=67.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal99162350.580.9300.08262.7487.2549.22
Hex6310EB3A5D081075731
Octal143203537213501040712761
Binary110001110000111010111110101011101010001000001111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6310EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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