Html Css Color HEX #6001A7 Indigo

📋 copy color: '#6001A7'

red 96 ◦ green 1 ◦ blue 167

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

Shades of Indigo #6001A7

Tints of Indigo #6001A7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 36.36%
G = 0.38%
B = 63.26%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6001A7 (or 0x6001A7) is known color: Indigo. HEX triplet: 60, 01 and A7. RGB value is (96,1,167). Sum of RGB (Red+Green+Blue) = 96+1+167=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 167 (65.62% from 255 or 63.26% from 264); Max value from RGB is 167 - color contains mainly: blue. Hex color #6001A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001A7 is #9FFE58. Grayscale: #2F2F2F. Windows color (decimal): -10485337 or 10944864. OLE color: 10944864.

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

Color convert

RGB 96 1 167 -
CMYK 0.43 0.99 0 0.35
HSL 274.34º 0.99% 0.33% -
HSV(B) 274.34º 0.99% 0.65% -
XYZ 11.81 5.3 36.96 -
YUV 48.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 96 1 167 0.43 0.99 0 0.35 274.34 0.99 0.33
Hex 60 1 A7 2B 63 0 23 112 63 21
Octal 140 1 247 53 143 0 43 422 143 41
Binary 1100000 1 10100111 101011 1100011 0 100011 100010010 1100011 100001

Color Harmonies of #6001A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001A7

Black with #6001A7

Text Example


Text Example

White with #6001A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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