Html Css Color HEX #600997 Indigo

📋 copy color: '#600997'

red 96 ◦ green 9 ◦ blue 151

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

Shades of Indigo #600997

Tints of Indigo #600997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 37.5%
G = 3.52%
B = 58.98%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#600997 (or 0x600997) is known color: Indigo. HEX triplet: 60, 09 and 97. RGB value is (96,9,151). Sum of RGB (Red+Green+Blue) = 96+9+151=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #600997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600997 is #9FF668. Grayscale: #323232. Windows color (decimal): -10483305 or 9898336. OLE color: 9898336.

HSL color Cylindrical-coordinate representation of color #600997: hue angle of 276.76º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600997 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 9 151 -
CMYK 0.36 0.94 0 0.41
HSL 276.76º 0.89% 0.31% -
HSV(B) 276.76º 0.94% 0.59% -
XYZ 10.51 4.92 29.67 -
YUV 51.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 96 9 151 0.36 0.94 0 0.41 276.76 0.89 0.31
Hex 60 9 97 24 5E 0 29 115 59 1F
Octal 140 11 227 44 136 0 51 425 131 37
Binary 1100000 1001 10010111 100100 1011110 0 101001 100010101 1011001 11111

Color Harmonies of #600997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600997

Black with #600997

Text Example


Text Example

White with #600997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600997; }

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

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

background-color css

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

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

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

border-color css

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

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

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