#6801ab

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

Shades of Indigo #6801AB

Tints of Indigo #6801AB

Color information

#6801AB (or 0x6801AB) is unknown color: approx Indigo. HEX triplet: 68, 01 and AB. RGB value is (104,1,171). Sum of RGB (Red+Green+Blue) = 104+1+171=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #6801AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6801AB is #97FE54. Grayscale: #323232. Windows color (decimal): -9961045 or 11207016. OLE color: 11207016.

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

Color convert

RGB1041171-
CMYK0.390.9900.33
HSL276.35º98.84%33.73%-
HSV(B)276.35º99.42%67.06%-
XYZ13.075.9138.98-
YUV51.18195.62165.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=37.68%
G=0.36%
B=61.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10411710.390.9900.33276.3598.8433.73
Hex681AB27630211146322
Octal15012534714304142414342
Binary1101000110101011100111110001101000011000101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6801ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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