Html Css Color HEX #6000A7 Indigo

📋 copy color: '#6000A7'

red 96 ◦ green 0 ◦ blue 167

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

Shades of Indigo #6000A7

Tints of Indigo #6000A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.5%

R = 36.5%
G = 0%
B = 63.5%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6000A7 (or 0x6000A7) is known color: Indigo. HEX triplet: 60, 00 and A7. RGB value is (96,0,167). Sum of RGB (Red+Green+Blue) = 96+0+167=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #6000A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6000A7 is #9FFF58. Grayscale: #2F2F2F. Windows color (decimal): -10485593 or 10944608. OLE color: 10944608.

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

Color convert

RGB 96 0 167 -
CMYK 0.43 1 0 0.35
HSL 274.49º 1% 0.33% -
HSV(B) 274.49º 1% 0.65% -
XYZ 11.8 5.28 36.96 -
YUV 47.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 96 0 167 0.43 1 0 0.35 274.49 1 0.33
Hex 60 0 A7 2B 64 0 23 112 64 21
Octal 140 0 247 53 144 0 43 422 144 41
Binary 1100000 0 10100111 101011 1100100 0 100011 100010010 1100100 100001

Color Harmonies of #6000A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000A7

Black with #6000A7

Text Example


Text Example

White with #6000A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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