Html Css Color HEX #600CE7 Electric Indigo

📋 copy color: '#600CE7'

red 96 ◦ green 12 ◦ blue 231

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

Shades of Electric Indigo #600CE7

Tints of Electric Indigo #600CE7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 231 (90.63% from 255) = 68.14%

R = 28.32%
G = 3.54%
B = 68.14%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#600CE7 (or 0x600CE7) is known color: Electric Indigo. HEX triplet: 60, 0C and E7. RGB value is (96,12,231). Sum of RGB (Red+Green+Blue) = 96+12+231=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 231 (90.62% from 255 or 68.14% from 339); Max value from RGB is 231 - color contains mainly: blue. Hex color #600CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CE7 is #9FF318. Grayscale: #3D3D3D. Windows color (decimal): -10482457 or 15141984. OLE color: 15141984.

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

Color convert

RGB 96 12 231 -
CMYK 0.58 0.95 0 0.09
HSL 263.01º 0.9% 0.48% -
HSV(B) 263.01º 0.95% 0.91% -
XYZ 19.38 8.52 76.22 -
YUV 62.08 223.33 152.19 -
System Red Green Blue C M Y K H S L
Decimal 96 12 231 0.58 0.95 0 0.09 263.01 0.9 0.48
Hex 60 C E7 3A 5F 0 9 107 5A 30
Octal 140 14 347 72 137 0 11 407 132 60
Binary 1100000 1100 11100111 111010 1011111 0 1001 100000111 1011010 110000

Color Harmonies of #600CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CE7

Black with #600CE7

Text Example


Text Example

White with #600CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,12,231); }

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

background-color css

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

 a { background-color: rgb(96,12,231); }

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

border-color css

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

 span { border-color: rgb(96,12,231); }

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