#6300e0

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

Shades of Electric Indigo #6300E0

Tints of Electric Indigo #6300E0

Color information

#6300E0 (or 0x6300E0) is unknown color: approx Electric Indigo. HEX triplet: 63, 00 and E0. RGB value is (99,0,224). Sum of RGB (Red+Green+Blue) = 99+0+224=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #6300E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300E0 is #9CFF1F. Grayscale: #363636. Windows color (decimal): -10288928 or 14680163. OLE color: 14680163.

HSL color Cylindrical-coordinate representation of color #6300E0: hue angle of 266.52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300E0 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB990224-
CMYK0.56100.12
HSL266.52º100%43.92%-
HSV(B)266.52º100%87.84%-
XYZ18.68.0371.09-
YUV55.14223.3159.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 224 (87.89% from 255) = 69.35%
R=30.65%
G=0%
B=69.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal9902240.56100.12266.5210043.92
Hex630E038640C10b642c
Octal14303407014401441314454
Binary11000110111000001110001100100011001000010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6300e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6300e0; }

 p { color: rgb(99,0,224); }

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

<style>
 a { background-color: #6300e0; }

 a { background-color: rgb(99,0,224); }

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

<style>
 span { border-color: #6300e0; }

 span { border-color: rgb(99,0,224); }

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