Html Css Color HEX #6002FB Electric Indigo

📋 copy color: '#6002FB'

red 96 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #6002FB

Tints of Electric Indigo #6002FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 27.51%
G = 0.57%
B = 71.92%

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

#6002FB (or 0x6002FB) is known color: Electric Indigo. HEX triplet: 60, 02 and FB. RGB value is (96,2,251). Sum of RGB (Red+Green+Blue) = 96+2+251=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #6002FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002FB is #9FFD04. Grayscale: #393939. Windows color (decimal): -10484997 or 16450144. OLE color: 16450144.

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

Color convert

RGB 96 2 251 -
CMYK 0.62 0.99 0 0.02
HSL 262.65º 0.98% 0.5% -
HSV(B) 262.65º 0.99% 0.98% -
XYZ 22.26 9.5 91.93 -
YUV 58.49 236.64 154.75 -
System Red Green Blue C M Y K H S L
Decimal 96 2 251 0.62 0.99 0 0.02 262.65 0.98 0.5
Hex 60 2 FB 3E 63 0 2 107 62 32
Octal 140 2 373 76 143 0 2 407 142 62
Binary 1100000 10 11111011 111110 1100011 0 10 100000111 1100010 110010

Color Harmonies of #6002FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002FB

Black with #6002FB

Text Example


Text Example

White with #6002FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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