#6000F7

Color #6000F7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6000F7

Tints of Electric Indigo #6000F7

Color information

#6000F7 (or 0x6000F7) is unknown color: approx Electric Indigo. HEX triplet: 60, 00 and F7. RGB value is (96,0,247). Sum of RGB (Red+Green+Blue) = 96+0+247=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #6000F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6000F7 is #9FFF08. Grayscale: #373737. Windows color (decimal): -10485513 or 16187488. OLE color: 16187488.

HSL color Cylindrical-coordinate representation of color #6000F7: hue angle of 263.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000F7 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB960247-
CMYK0.61100.03
HSL263.32º100%48.43%-
HSV(B)263.32º100%96.86%-
XYZ21.619.288.63-
YUV56.86235.3155.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 247 (96.88% from 255) = 72.01%
R=27.99%
G=0%
B=72.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9602470.61100.03263.3210048.43
Hex600F73D64031076430
Octal1400367751440340714460
Binary110000001111011111110111001000111000001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6000F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6000F7; }

 p { color: rgb(96,0,247); }

 H1.HeaderClassName
 {
   color: #6000F7;
 }
 .AnyTagClassName
 {
   color: #6000F7;
 }
</style>
background-color css

<style>
 a { background-color: #6000F7; }

 a { background-color: rgb(96,0,247); }

 div.DivClassName
 {
   background-color: #6000F7;
 }
 .BgClassName
 {
   background-color: #6000F7;
 }
</style>
border-color css

<style>
 span { border-color: #6000F7; }

 span { border-color: rgb(96,0,247); }

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