#600BEA

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

Shades of Electric Indigo #600BEA

Tints of Electric Indigo #600BEA

Color information

#600BEA (or 0x600BEA) is unknown color: approx Electric Indigo. HEX triplet: 60, 0B and EA. RGB value is (96,11,234). Sum of RGB (Red+Green+Blue) = 96+11+234=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #600BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600BEA is #9FF415. Grayscale: #3D3D3D. Windows color (decimal): -10482710 or 15338336. OLE color: 15338336.

HSL color Cylindrical-coordinate representation of color #600BEA: hue angle of 262.87º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9611234-
CMYK0.590.9500.08
HSL262.87º91.02%48.04%-
HSV(B)262.87º95.3%91.76%-
XYZ19.798.6778.47-
YUV61.84225.16152.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 11 (4.69% from 255) = 3.23%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=28.15%
G=3.23%
B=68.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96112340.590.9500.08262.8791.0248.04
Hex60BEA3B5F081075b30
Octal140133527313701040713360
Binary11000001011111010101110111011111010001000001111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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