#600BF4

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

Shades of Electric Indigo #600BF4

Tints of Electric Indigo #600BF4

Color information

#600BF4 (or 0x600BF4) is unknown color: approx Electric Indigo. HEX triplet: 60, 0B and F4. RGB value is (96,11,244). Sum of RGB (Red+Green+Blue) = 96+11+244=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 244 (95.70% from 255 or 69.52% from 351); Max value from RGB is 244 - color contains mainly: blue. Hex color #600BF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BF4 is #9FF40B. Grayscale: #3E3E3E. Windows color (decimal): -10482700 or 15993696. OLE color: 15993696.

HSL color Cylindrical-coordinate representation of color #600BF4: hue angle of 261.89º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BF4 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9611244-
CMYK0.610.9500.04
HSL261.89º91.37%50%-
HSV(B)261.89º95.49%95.69%-
XYZ21.279.2686.25-
YUV62.98230.16151.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 11 (4.69% from 255) = 3.13%
BLUE value IS 244 (95.70% from 255) = 69.52%
R=27.35%
G=3.13%
B=69.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96112440.610.9500.04261.8991.3750
Hex60BF43D5F041065b32
Octal14013364751370440613362
Binary1100000101111110100111101101111101001000001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,11,244); }

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

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

 a { background-color: rgb(96,11,244); }

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

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

 span { border-color: rgb(96,11,244); }

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