Html Css Color HEX #6304EC Electric Indigo

📋 copy color: '#6304EC'

red 99 ◦ green 4 ◦ blue 236

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

Shades of Electric Indigo #6304EC

Tints of Electric Indigo #6304EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 29.2%
G = 1.18%
B = 69.62%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6304EC (or 0x6304EC) is known color: Electric Indigo. HEX triplet: 63, 04 and EC. RGB value is (99,4,236). Sum of RGB (Red+Green+Blue) = 99+4+236=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #6304EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304EC is #9CFB13. Grayscale: #3A3A3A. Windows color (decimal): -10287892 or 15467619. OLE color: 15467619.

HSL color Cylindrical-coordinate representation of color #6304EC: hue angle of 264.57º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304EC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 4 236 -
CMYK 0.58 0.98 0 0.07
HSL 264.57º 0.97% 0.47% -
HSV(B) 264.57º 0.98% 0.93% -
XYZ 20.33 8.8 79.98 -
YUV 58.85 227.97 156.64 -
System Red Green Blue C M Y K H S L
Decimal 99 4 236 0.58 0.98 0 0.07 264.57 0.97 0.47
Hex 63 4 EC 3A 62 0 7 109 61 2F
Octal 143 4 354 72 142 0 7 411 141 57
Binary 1100011 100 11101100 111010 1100010 0 111 100001001 1100001 101111

Color Harmonies of #6304EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6304EC

Black with #6304EC

Text Example


Text Example

White with #6304EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6304EC; }

 p { color: rgb(99,4,236); }

 H1.HeaderClassName
 {
   color: #6304EC;
 }
 .AnyTagClassName
 {
   color: #6304EC;
 }
</style>

background-color css

<style>
 a { background-color: #6304EC; }

 a { background-color: rgb(99,4,236); }

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

border-color css

<style>
 span { border-color: #6304EC; }

 span { border-color: rgb(99,4,236); }

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