#66109E

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

Shades of Indigo #66109E

Tints of Indigo #66109E

Color information

#66109E (or 0x66109E) is unknown color: approx Indigo. HEX triplet: 66, 10 and 9E. RGB value is (102,16,158). Sum of RGB (Red+Green+Blue) = 102+16+158=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #66109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66109E is #99EF61. Grayscale: #393939. Windows color (decimal): -10088290 or 10358886. OLE color: 10358886.

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

Color convert

RGB10216158-
CMYK0.350.9000.38
HSL276.34º81.61%34.12%-
HSV(B)276.34º89.87%61.96%-
XYZ11.845.6632.82-
YUV57.9184.49159.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=36.96%
G=5.80%
B=57.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102161580.350.9000.38276.3481.6134.12
Hex66109E235A0261145222
Octal146202364313204642412242
Binary11001101000010011110100011101101001001101000101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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