Html Css Color HEX #6002FA Electric Indigo

📋 copy color: '#6002FA'

red 96 ◦ green 2 ◦ blue 250

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

Shades of Electric Indigo #6002FA

Tints of Electric Indigo #6002FA

RGB

 RED value IS 96 (37.89% from 255) = 27.59%

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 27.59%
G = 0.57%
B = 71.84%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6002FA (or 0x6002FA) is known color: Electric Indigo. HEX triplet: 60, 02 and FA. RGB value is (96,2,250). Sum of RGB (Red+Green+Blue) = 96+2+250=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #6002FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002FA is #9FFD05. Grayscale: #393939. Windows color (decimal): -10484998 or 16384608. OLE color: 16384608.

HSL color Cylindrical-coordinate representation of color #6002FA: hue angle of 262.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002FA is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 2 250 -
CMYK 0.62 0.99 0 0.02
HSL 262.74º 0.98% 0.49% -
HSV(B) 262.74º 0.99% 0.98% -
XYZ 22.1 9.43 91.1 -
YUV 58.38 236.14 154.83 -
System Red Green Blue C M Y K H S L
Decimal 96 2 250 0.62 0.99 0 0.02 262.74 0.98 0.49
Hex 60 2 FA 3E 63 0 2 107 62 31
Octal 140 2 372 76 143 0 2 407 142 61
Binary 1100000 10 11111010 111110 1100011 0 10 100000111 1100010 110001

Color Harmonies of #6002FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002FA

Black with #6002FA

Text Example


Text Example

White with #6002FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6002FA; }

 p { color: rgb(96,2,250); }

 H1.HeaderClassName
 {
   color: #6002FA;
 }
 .AnyTagClassName
 {
   color: #6002FA;
 }
</style>

background-color css

<style>
 a { background-color: #6002FA; }

 a { background-color: rgb(96,2,250); }

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

border-color css

<style>
 span { border-color: #6002FA; }

 span { border-color: rgb(96,2,250); }

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