#6303EF

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

Shades of Electric Indigo #6303EF

Tints of Electric Indigo #6303EF

Color information

#6303EF (or 0x6303EF) is unknown color: approx Electric Indigo. HEX triplet: 63, 03 and EF. RGB value is (99,3,239). Sum of RGB (Red+Green+Blue) = 99+3+239=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #6303EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303EF is #9CFC10. Grayscale: #393939. Windows color (decimal): -10288145 or 15663971. OLE color: 15663971.

HSL color Cylindrical-coordinate representation of color #6303EF: hue angle of 264.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303EF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB993239-
CMYK0.590.9900.06
HSL264.41º97.52%47.45%-
HSV(B)264.41º98.74%93.73%-
XYZ20.768.9582.29-
YUV58.61229.8156.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 239 (93.75% from 255) = 70.09%
R=29.03%
G=0.88%
B=70.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9932390.590.9900.06264.4197.5247.45
Hex633EF3B6306108622f
Octal1433357731430641014257
Binary11000111111101111111011110001101101000010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6303EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6303EF; }

 p { color: rgb(99,3,239); }

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

<style>
 a { background-color: #6303EF; }

 a { background-color: rgb(99,3,239); }

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

<style>
 span { border-color: #6303EF; }

 span { border-color: rgb(99,3,239); }

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