Html Css Color HEX #6002F9 Electric Indigo

📋 copy color: '#6002F9'

red 96 ◦ green 2 ◦ blue 249

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

Shades of Electric Indigo #6002F9

Tints of Electric Indigo #6002F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.76%

R = 27.67%
G = 0.58%
B = 71.76%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6002F9 (or 0x6002F9) is known color: Electric Indigo. HEX triplet: 60, 02 and F9. RGB value is (96,2,249). Sum of RGB (Red+Green+Blue) = 96+2+249=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 249 (97.66% from 255 or 71.76% from 347); Max value from RGB is 249 - color contains mainly: blue. Hex color #6002F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6002F9 is #9FFD06. Grayscale: #393939. Windows color (decimal): -10484999 or 16319072. OLE color: 16319072.

HSL color Cylindrical-coordinate representation of color #6002F9: hue angle of 262.83º 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 #6002F9 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 2 249 -
CMYK 0.61 0.99 0 0.02
HSL 262.83º 0.98% 0.49% -
HSV(B) 262.83º 0.99% 0.98% -
XYZ 21.94 9.37 90.27 -
YUV 58.26 235.64 154.92 -
System Red Green Blue C M Y K H S L
Decimal 96 2 249 0.61 0.99 0 0.02 262.83 0.98 0.49
Hex 60 2 F9 3D 63 0 2 107 62 31
Octal 140 2 371 75 143 0 2 407 142 61
Binary 1100000 10 11111001 111101 1100011 0 10 100000111 1100010 110001

Color Harmonies of #6002F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002F9

Black with #6002F9

Text Example


Text Example

White with #6002F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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