Html Css Color HEX #600BA6 Indigo

📋 copy color: '#600BA6'

red 96 ◦ green 11 ◦ blue 166

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

Shades of Indigo #600BA6

Tints of Indigo #600BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 166 (65.23% from 255) = 60.81%

R = 35.16%
G = 4.03%
B = 60.81%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#600BA6 (or 0x600BA6) is known color: Indigo. HEX triplet: 60, 0B and A6. RGB value is (96,11,166). Sum of RGB (Red+Green+Blue) = 96+11+166=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #600BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BA6 is #9FF459. Grayscale: #353535. Windows color (decimal): -10482778 or 10881888. OLE color: 10881888.

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

Color convert

RGB 96 11 166 -
CMYK 0.42 0.93 0 0.35
HSL 272.9º 0.88% 0.35% -
HSV(B) 272.9º 0.93% 0.65% -
XYZ 11.83 5.48 36.51 -
YUV 54.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 96 11 166 0.42 0.93 0 0.35 272.9 0.88 0.35
Hex 60 B A6 2A 5D 0 23 111 58 23
Octal 140 13 246 52 135 0 43 421 130 43
Binary 1100000 1011 10100110 101010 1011101 0 100011 100010001 1011000 100011

Color Harmonies of #600BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BA6

Black with #600BA6

Text Example


Text Example

White with #600BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,11,166); }

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

background-color css

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

 a { background-color: rgb(96,11,166); }

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

border-color css

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

 span { border-color: rgb(96,11,166); }

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