#66109C

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

Shades of Indigo #66109C

Tints of Indigo #66109C

Color information

#66109C (or 0x66109C) is unknown color: approx Indigo. HEX triplet: 66, 10 and 9C. RGB value is (102,16,156). Sum of RGB (Red+Green+Blue) = 102+16+156=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #66109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66109C is #99EF63. Grayscale: #393939. Windows color (decimal): -10088292 or 10227814. OLE color: 10227814.

HSL color Cylindrical-coordinate representation of color #66109C: hue angle of 276.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66109C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10216156-
CMYK0.350.9000.39
HSL276.86º81.4%33.73%-
HSV(B)276.86º89.74%61.18%-
XYZ11.675.631.92-
YUV57.67183.49159.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 156 (61.33% from 255) = 56.93%
R=37.23%
G=5.84%
B=56.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102161560.350.9000.39276.8681.433.73
Hex66109C235A0271155122
Octal146202344313204742512142
Binary11001101000010011100100011101101001001111000101011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66109C; }

 p { color: rgb(102,16,156); }

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

<style>
 a { background-color: #66109C; }

 a { background-color: rgb(102,16,156); }

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

<style>
 span { border-color: #66109C; }

 span { border-color: rgb(102,16,156); }

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