Html Css Color HEX #6000AB Indigo

📋 copy color: '#6000AB'

red 96 ◦ green 0 ◦ blue 171

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

Shades of Indigo #6000AB

Tints of Indigo #6000AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 35.96%
G = 0%
B = 64.04%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6000AB (or 0x6000AB) is known color: Indigo. HEX triplet: 60, 00 and AB. RGB value is (96,0,171). Sum of RGB (Red+Green+Blue) = 96+0+171=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #6000AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000AB is #9FFF54. Grayscale: #2F2F2F. Windows color (decimal): -10485589 or 11206752. OLE color: 11206752.

HSL color Cylindrical-coordinate representation of color #6000AB: hue angle of 273.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000AB is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 0 171 -
CMYK 0.44 1 0 0.33
HSL 273.68º 1% 0.34% -
HSV(B) 273.68º 1% 0.67% -
XYZ 12.17 5.43 38.93 -
YUV 48.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 96 0 171 0.44 1 0 0.33 273.68 1 0.34
Hex 60 0 AB 2C 64 0 21 112 64 22
Octal 140 0 253 54 144 0 41 422 144 42
Binary 1100000 0 10101011 101100 1100100 0 100001 100010010 1100100 100010

Color Harmonies of #6000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000AB

Black with #6000AB

Text Example


Text Example

White with #6000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6000AB; }

 p { color: rgb(96,0,171); }

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

background-color css

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

 a { background-color: rgb(96,0,171); }

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

border-color css

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

 span { border-color: rgb(96,0,171); }

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