#6801A1

Color #6801A1 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #6801A1

Tints of Indigo #6801A1

Color information

#6801A1 (or 0x6801A1) is unknown color: approx Indigo. HEX triplet: 68, 01 and A1. RGB value is (104,1,161). Sum of RGB (Red+Green+Blue) = 104+1+161=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #6801A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6801A1 is #97FE5E. Grayscale: #313131. Windows color (decimal): -9961055 or 10551656. OLE color: 10551656.

HSL color Cylindrical-coordinate representation of color #6801A1: hue angle of 278.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6801A1 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1041161-
CMYK0.350.9900.37
HSL278.62º98.77%31.76%-
HSV(B)278.62º99.38%63.14%-
XYZ12.155.5434.15-
YUV50.04190.62166.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 161 (63.28% from 255) = 60.53%
R=39.10%
G=0.38%
B=60.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10411610.350.9900.37278.6298.7731.76
Hex681A123630251176320
Octal15012414314304542714340
Binary1101000110100001100011110001101001011000101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6801A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6801A1; }

 p { color: rgb(104,1,161); }

 H1.HeaderClassName
 {
   color: #6801A1;
 }
 .AnyTagClassName
 {
   color: #6801A1;
 }
</style>
background-color css

<style>
 a { background-color: #6801A1; }

 a { background-color: rgb(104,1,161); }

 div.DivClassName
 {
   background-color: #6801A1;
 }
 .BgClassName
 {
   background-color: #6801A1;
 }
</style>
border-color css

<style>
 span { border-color: #6801A1; }

 span { border-color: rgb(104,1,161); }

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