Html Css Color HEX #6001AE Indigo

📋 copy color: '#6001AE'

red 96 ◦ green 1 ◦ blue 174

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

Shades of Indigo #6001AE

Tints of Indigo #6001AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 35.42%
G = 0.37%
B = 64.21%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6001AE (or 0x6001AE) is known color: Indigo. HEX triplet: 60, 01 and AE. RGB value is (96,1,174). Sum of RGB (Red+Green+Blue) = 96+1+174=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #6001AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001AE is #9FFE51. Grayscale: #303030. Windows color (decimal): -10485330 or 11403616. OLE color: 11403616.

HSL color Cylindrical-coordinate representation of color #6001AE: hue angle of 272.95º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001AE is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 1 174 -
CMYK 0.45 0.99 0 0.32
HSL 272.95º 0.99% 0.34% -
HSV(B) 272.95º 0.99% 0.68% -
XYZ 12.47 5.56 40.46 -
YUV 49.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 96 1 174 0.45 0.99 0 0.32 272.95 0.99 0.34
Hex 60 1 AE 2D 63 0 20 111 63 22
Octal 140 1 256 55 143 0 40 421 143 42
Binary 1100000 1 10101110 101101 1100011 0 100000 100010001 1100011 100010

Color Harmonies of #6001AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6001AE

Black with #6001AE

Text Example


Text Example

White with #6001AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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