Html Css Color HEX #6300E2 Electric Indigo

📋 copy color: '#6300E2'

red 99 ◦ green 0 ◦ blue 226

#6300E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6300E2

Tints of Electric Indigo #6300E2

RGB

 RED value IS 99 (39.06% from 255) = 30.46%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 226 (88.67% from 255) = 69.54%

R = 30.46%
G = 0%
B = 69.54%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6300E2 (or 0x6300E2) is known color: Electric Indigo. HEX triplet: 63, 00 and E2. RGB value is (99,0,226). Sum of RGB (Red+Green+Blue) = 99+0+226=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 226 (88.67% from 255 or 69.54% from 325); Max value from RGB is 226 - color contains mainly: blue. Hex color #6300E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300E2 is #9CFF1D. Grayscale: #363636. Windows color (decimal): -10288926 or 14811235. OLE color: 14811235.

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

Color convert

RGB 99 0 226 -
CMYK 0.56 1 0 0.11
HSL 266.28º 1% 0.44% -
HSV(B) 266.28º 1% 0.89% -
XYZ 18.87 8.14 72.53 -
YUV 55.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 99 0 226 0.56 1 0 0.11 266.28 1 0.44
Hex 63 0 E2 38 64 0 B 10A 64 2C
Octal 143 0 342 70 144 0 13 412 144 54
Binary 1100011 0 11100010 111000 1100100 0 1011 100001010 1100100 101100

Color Harmonies of #6300E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300E2

Black with #6300E2

Text Example


Text Example

White with #6300E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6300E2;
 }
 .AnyTagClassName
 {
   color: #6300E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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