Html Css Color HEX #600CE9 Electric Indigo

📋 copy color: '#600CE9'

red 96 ◦ green 12 ◦ blue 233

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

Shades of Electric Indigo #600CE9

Tints of Electric Indigo #600CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.33%

R = 28.15%
G = 3.52%
B = 68.33%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#600CE9 (or 0x600CE9) is known color: Electric Indigo. HEX triplet: 60, 0C and E9. RGB value is (96,12,233). Sum of RGB (Red+Green+Blue) = 96+12+233=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #600CE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CE9 is #9FF316. Grayscale: #3D3D3D. Windows color (decimal): -10482455 or 15273056. OLE color: 15273056.

HSL color Cylindrical-coordinate representation of color #600CE9: hue angle of 262.81º 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 #600CE9 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 12 233 -
CMYK 0.59 0.95 0 0.09
HSL 262.81º 0.9% 0.48% -
HSV(B) 262.81º 0.95% 0.91% -
XYZ 19.66 8.63 77.72 -
YUV 62.31 224.33 152.03 -
System Red Green Blue C M Y K H S L
Decimal 96 12 233 0.59 0.95 0 0.09 262.81 0.9 0.48
Hex 60 C E9 3B 5F 0 9 107 5A 30
Octal 140 14 351 73 137 0 11 407 132 60
Binary 1100000 1100 11101001 111011 1011111 0 1001 100000111 1011010 110000

Color Harmonies of #600CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CE9

Black with #600CE9

Text Example


Text Example

White with #600CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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