Html Css Color HEX #600993 Indigo

📋 copy color: '#600993'

red 96 ◦ green 9 ◦ blue 147

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

Shades of Indigo #600993

Tints of Indigo #600993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 38.1%
G = 3.57%
B = 58.33%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600993 (or 0x600993) is known color: Indigo. HEX triplet: 60, 09 and 93. RGB value is (96,9,147). Sum of RGB (Red+Green+Blue) = 96+9+147=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #600993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600993 is #9FF66C. Grayscale: #323232. Windows color (decimal): -10483309 or 9636192. OLE color: 9636192.

HSL color Cylindrical-coordinate representation of color #600993: hue angle of 277.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600993 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 9 147 -
CMYK 0.35 0.94 0 0.42
HSL 277.83º 0.88% 0.31% -
HSV(B) 277.83º 0.94% 0.58% -
XYZ 10.19 4.79 27.99 -
YUV 50.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 96 9 147 0.35 0.94 0 0.42 277.83 0.88 0.31
Hex 60 9 93 23 5E 0 2A 116 58 1F
Octal 140 11 223 43 136 0 52 426 130 37
Binary 1100000 1001 10010011 100011 1011110 0 101010 100010110 1011000 11111

Color Harmonies of #600993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600993

Black with #600993

Text Example


Text Example

White with #600993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600993; }

 p { color: rgb(96,9,147); }

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

background-color css

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

 a { background-color: rgb(96,9,147); }

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

border-color css

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

 span { border-color: rgb(96,9,147); }

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