Html Css Color HEX #6002FC Electric Indigo

📋 copy color: '#6002FC'

red 96 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6002FC

Tints of Electric Indigo #6002FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 27.43%
G = 0.57%
B = 72%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6002FC (or 0x6002FC) is known color: Electric Indigo. HEX triplet: 60, 02 and FC. RGB value is (96,2,252). Sum of RGB (Red+Green+Blue) = 96+2+252=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #6002FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002FC is #9FFD03. Grayscale: #393939. Windows color (decimal): -10484996 or 16515680. OLE color: 16515680.

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

Color convert

RGB 96 2 252 -
CMYK 0.62 0.99 0 0.01
HSL 262.56º 0.98% 0.5% -
HSV(B) 262.56º 0.99% 0.99% -
XYZ 22.42 9.56 92.76 -
YUV 58.61 237.14 154.67 -
System Red Green Blue C M Y K H S L
Decimal 96 2 252 0.62 0.99 0 0.01 262.56 0.98 0.5
Hex 60 2 FC 3E 63 0 1 107 62 32
Octal 140 2 374 76 143 0 1 407 142 62
Binary 1100000 10 11111100 111110 1100011 0 1 100000111 1100010 110010

Color Harmonies of #6002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002FC

Black with #6002FC

Text Example


Text Example

White with #6002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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