Html Css Color HEX #6007FE Electric Indigo

📋 copy color: '#6007FE'

red 96 ◦ green 7 ◦ blue 254

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

Shades of Electric Indigo #6007FE

Tints of Electric Indigo #6007FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 26.89%
G = 1.96%
B = 71.15%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6007FE (or 0x6007FE) is known color: Electric Indigo. HEX triplet: 60, 07 and FE. RGB value is (96,7,254). Sum of RGB (Red+Green+Blue) = 96+7+254=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6007FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6007FE is #9FF801. Grayscale: #3C3C3C. Windows color (decimal): -10483714 or 16648032. OLE color: 16648032.

HSL color Cylindrical-coordinate representation of color #6007FE: hue angle of 261.62º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6007FE is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 7 254 -
CMYK 0.62 0.97 0 0.00
HSL 261.62º 0.99% 0.51% -
HSV(B) 261.62º 0.97% 1% -
XYZ 22.79 9.79 94.46 -
YUV 61.77 236.49 152.42 -
System Red Green Blue C M Y K H S L
Decimal 96 7 254 0.62 0.97 0 0.00 261.62 0.99 0.51
Hex 60 7 FE 3E 61 0 0 106 63 33
Octal 140 7 376 76 141 0 0 406 143 63
Binary 1100000 111 11111110 111110 1100001 0 0 100000110 1100011 110011

Color Harmonies of #6007FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007FE

Black with #6007FE

Text Example


Text Example

White with #6007FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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