Html Css Color HEX #6007F1 Electric Indigo

📋 copy color: '#6007F1'

red 96 ◦ green 7 ◦ blue 241

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

Shades of Electric Indigo #6007F1

Tints of Electric Indigo #6007F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

 BLUE value IS 241 (94.53% from 255) = 70.06%

R = 27.91%
G = 2.03%
B = 70.06%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6007F1 (or 0x6007F1) is known color: Electric Indigo. HEX triplet: 60, 07 and F1. RGB value is (96,7,241). Sum of RGB (Red+Green+Blue) = 96+7+241=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #6007F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6007F1 is #9FF80E. Grayscale: #3B3B3B. Windows color (decimal): -10483727 or 15796064. OLE color: 15796064.

HSL color Cylindrical-coordinate representation of color #6007F1: hue angle of 262.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6007F1 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 7 241 -
CMYK 0.60 0.97 0 0.05
HSL 262.82º 0.94% 0.49% -
HSV(B) 262.82º 0.97% 0.95% -
XYZ 20.78 8.99 83.86 -
YUV 60.29 229.99 153.47 -
System Red Green Blue C M Y K H S L
Decimal 96 7 241 0.60 0.97 0 0.05 262.82 0.94 0.49
Hex 60 7 F1 3C 61 0 5 107 5E 31
Octal 140 7 361 74 141 0 5 407 136 61
Binary 1100000 111 11110001 111100 1100001 0 101 100000111 1011110 110001

Color Harmonies of #6007F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007F1

Black with #6007F1

Text Example


Text Example

White with #6007F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6007F1; }

 p { color: rgb(96,7,241); }

 H1.HeaderClassName
 {
   color: #6007F1;
 }
 .AnyTagClassName
 {
   color: #6007F1;
 }
</style>

background-color css

<style>
 a { background-color: #6007F1; }

 a { background-color: rgb(96,7,241); }

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

border-color css

<style>
 span { border-color: #6007F1; }

 span { border-color: rgb(96,7,241); }

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