Html Css Color HEX #6402EA Electric Indigo

📋 copy color: '#6402EA'

red 100 ◦ green 2 ◦ blue 234

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

Shades of Electric Indigo #6402EA

Tints of Electric Indigo #6402EA

RGB

 RED value IS 100 (39.45% from 255) = 29.76%

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 29.76%
G = 0.6%
B = 69.64%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6402EA (or 0x6402EA) is known color: Electric Indigo. HEX triplet: 64, 02 and EA. RGB value is (100,2,234). Sum of RGB (Red+Green+Blue) = 100+2+234=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #6402EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402EA is #9BFD15. Grayscale: #383838. Windows color (decimal): -10222870 or 15336036. OLE color: 15336036.

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

Color convert

RGB 100 2 234 -
CMYK 0.57 0.99 0 0.08
HSL 265.34º 0.98% 0.46% -
HSV(B) 265.34º 0.99% 0.92% -
XYZ 20.13 8.69 78.46 -
YUV 57.75 227.47 158.14 -
System Red Green Blue C M Y K H S L
Decimal 100 2 234 0.57 0.99 0 0.08 265.34 0.98 0.46
Hex 64 2 EA 39 63 0 8 109 62 2E
Octal 144 2 352 71 143 0 10 411 142 56
Binary 1100100 10 11101010 111001 1100011 0 1000 100001001 1100010 101110

Color Harmonies of #6402EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6402EA

Black with #6402EA

Text Example


Text Example

White with #6402EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,2,234); }

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

background-color css

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

 a { background-color: rgb(100,2,234); }

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

border-color css

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

 span { border-color: rgb(100,2,234); }

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