Html Css Color HEX #6402EF Electric Indigo

📋 copy color: '#6402EF'

red 100 ◦ green 2 ◦ blue 239

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

Shades of Electric Indigo #6402EF

Tints of Electric Indigo #6402EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.09%

R = 29.33%
G = 0.59%
B = 70.09%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6402EF (or 0x6402EF) is known color: Electric Indigo. HEX triplet: 64, 02 and EF. RGB value is (100,2,239). Sum of RGB (Red+Green+Blue) = 100+2+239=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #6402EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402EF is #9BFD10. Grayscale: #393939. Windows color (decimal): -10222865 or 15663716. OLE color: 15663716.

HSL color Cylindrical-coordinate representation of color #6402EF: hue angle of 264.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402EF is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 2 239 -
CMYK 0.58 0.99 0 0.06
HSL 264.81º 0.98% 0.47% -
HSV(B) 264.81º 0.99% 0.94% -
XYZ 20.86 8.98 82.3 -
YUV 58.32 229.97 157.73 -
System Red Green Blue C M Y K H S L
Decimal 100 2 239 0.58 0.99 0 0.06 264.81 0.98 0.47
Hex 64 2 EF 3A 63 0 6 109 62 2F
Octal 144 2 357 72 143 0 6 411 142 57
Binary 1100100 10 11101111 111010 1100011 0 110 100001001 1100010 101111

Color Harmonies of #6402EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6402EF

Black with #6402EF

Text Example


Text Example

White with #6402EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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