Html Css Color HEX #6300E8 Electric Indigo

📋 copy color: '#6300E8'

red 99 ◦ green 0 ◦ blue 232

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

Shades of Electric Indigo #6300E8

Tints of Electric Indigo #6300E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 70.09%

R = 29.91%
G = 0%
B = 70.09%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6300E8 (or 0x6300E8) is known color: Electric Indigo. HEX triplet: 63, 00 and E8. RGB value is (99,0,232). Sum of RGB (Red+Green+Blue) = 99+0+232=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #6300E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6300E8 is #9CFF17. Grayscale: #373737. Windows color (decimal): -10288920 or 15204451. OLE color: 15204451.

HSL color Cylindrical-coordinate representation of color #6300E8: hue angle of 265.6º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300E8 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 99 0 232 -
CMYK 0.57 1 0 0.09
HSL 265.6º 1% 0.45% -
HSV(B) 265.6º 1% 0.91% -
XYZ 19.71 8.48 76.94 -
YUV 56.05 227.3 158.64 -
System Red Green Blue C M Y K H S L
Decimal 99 0 232 0.57 1 0 0.09 265.6 1 0.45
Hex 63 0 E8 39 64 0 9 10A 64 2D
Octal 143 0 350 71 144 0 11 412 144 55
Binary 1100011 0 11101000 111001 1100100 0 1001 100001010 1100100 101101

Color Harmonies of #6300E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300E8

Black with #6300E8

Text Example


Text Example

White with #6300E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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