Html Css Color HEX #6300EA Electric Indigo

📋 copy color: '#6300EA'

red 99 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #6300EA

Tints of Electric Indigo #6300EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 29.73%
G = 0%
B = 70.27%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6300EA (or 0x6300EA) is known color: Electric Indigo. HEX triplet: 63, 00 and EA. RGB value is (99,0,234). Sum of RGB (Red+Green+Blue) = 99+0+234=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #6300EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300EA is #9CFF15. Grayscale: #373737. Windows color (decimal): -10288918 or 15335523. OLE color: 15335523.

HSL color Cylindrical-coordinate representation of color #6300EA: hue angle of 265.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300EA is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 0 234 -
CMYK 0.58 1 0 0.08
HSL 265.38º 1% 0.46% -
HSV(B) 265.38º 1% 0.92% -
XYZ 20 8.59 78.45 -
YUV 56.28 228.3 158.47 -
System Red Green Blue C M Y K H S L
Decimal 99 0 234 0.58 1 0 0.08 265.38 1 0.46
Hex 63 0 EA 3A 64 0 8 109 64 2E
Octal 143 0 352 72 144 0 10 411 144 56
Binary 1100011 0 11101010 111010 1100100 0 1000 100001001 1100100 101110

Color Harmonies of #6300EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300EA

Black with #6300EA

Text Example


Text Example

White with #6300EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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