Html Css Color HEX #600C9E Indigo

📋 copy color: '#600C9E'

red 96 ◦ green 12 ◦ blue 158

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

Shades of Indigo #600C9E

Tints of Indigo #600C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 36.09%
G = 4.51%
B = 59.4%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#600C9E (or 0x600C9E) is known color: Indigo. HEX triplet: 60, 0C and 9E. RGB value is (96,12,158). Sum of RGB (Red+Green+Blue) = 96+12+158=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #600C9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C9E is #9FF361. Grayscale: #353535. Windows color (decimal): -10482530 or 10357856. OLE color: 10357856.

HSL color Cylindrical-coordinate representation of color #600C9E: hue angle of 274.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C9E is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 12 158 -
CMYK 0.39 0.92 0 0.38
HSL 274.52º 0.86% 0.33% -
HSV(B) 274.52º 0.92% 0.62% -
XYZ 11.13 5.22 32.77 -
YUV 53.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 96 12 158 0.39 0.92 0 0.38 274.52 0.86 0.33
Hex 60 C 9E 27 5C 0 26 113 56 21
Octal 140 14 236 47 134 0 46 423 126 41
Binary 1100000 1100 10011110 100111 1011100 0 100110 100010011 1010110 100001

Color Harmonies of #600C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C9E

Black with #600C9E

Text Example


Text Example

White with #600C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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