Html Css Color HEX #600EFA Electric Indigo

📋 copy color: '#600EFA'

red 96 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #600EFA

Tints of Electric Indigo #600EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

 BLUE value IS 250 (98.05% from 255) = 69.44%

R = 26.67%
G = 3.89%
B = 69.44%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#600EFA (or 0x600EFA) is known color: Electric Indigo. HEX triplet: 60, 0E and FA. RGB value is (96,14,250). Sum of RGB (Red+Green+Blue) = 96+14+250=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #600EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600EFA is #9FF105. Grayscale: #404040. Windows color (decimal): -10481926 or 16387680. OLE color: 16387680.

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

Color convert

RGB 96 14 250 -
CMYK 0.62 0.94 0 0.02
HSL 260.85º 0.96% 0.52% -
HSV(B) 260.85º 0.94% 0.98% -
XYZ 22.24 9.7 91.14 -
YUV 65.42 232.17 149.81 -
System Red Green Blue C M Y K H S L
Decimal 96 14 250 0.62 0.94 0 0.02 260.85 0.96 0.52
Hex 60 E FA 3E 5E 0 2 105 60 34
Octal 140 16 372 76 136 0 2 405 140 64
Binary 1100000 1110 11111010 111110 1011110 0 10 100000101 1100000 110100

Color Harmonies of #600EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EFA

Black with #600EFA

Text Example


Text Example

White with #600EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600EFA;
 }
 .AnyTagClassName
 {
   color: #600EFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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