#600EFD

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

Shades of Electric Indigo #600EFD

Tints of Electric Indigo #600EFD

Color information

#600EFD (or 0x600EFD) is unknown color: approx Electric Indigo. HEX triplet: 60, 0E and FD. RGB value is (96,14,253). Sum of RGB (Red+Green+Blue) = 96+14+253=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #600EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EFD is #9FF102. Grayscale: #404040. Windows color (decimal): -10481923 or 16584288. OLE color: 16584288.

HSL color Cylindrical-coordinate representation of color #600EFD: hue angle of 260.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EFD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9614253-
CMYK0.620.9400.01
HSL260.59º98.35%52.35%-
HSV(B)260.59º94.47%99.22%-
XYZ22.719.8993.64-
YUV65.76233.67149.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 14 (5.86% from 255) = 3.86%
BLUE value IS 253 (99.22% from 255) = 69.70%
R=26.45%
G=3.86%
B=69.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96142530.620.9400.01260.5998.3552.35
Hex60EFD3E5E011056234
Octal14016375761360140514264
Binary11000001110111111011111101011110011000001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600EFD; }

 p { color: rgb(96,14,253); }

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

<style>
 a { background-color: #600EFD; }

 a { background-color: rgb(96,14,253); }

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

<style>
 span { border-color: #600EFD; }

 span { border-color: rgb(96,14,253); }

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