#660E9C

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

Shades of Indigo #660E9C

Tints of Indigo #660E9C

Color information

#660E9C (or 0x660E9C) is unknown color: approx Indigo. HEX triplet: 66, 0E and 9C. RGB value is (102,14,156). Sum of RGB (Red+Green+Blue) = 102+14+156=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #660E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660E9C is #99F163. Grayscale: #383838. Windows color (decimal): -10088804 or 10227302. OLE color: 10227302.

HSL color Cylindrical-coordinate representation of color #660E9C: hue angle of 277.18º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660E9C is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10214156-
CMYK0.350.9100.39
HSL277.18º83.53%33.33%-
HSV(B)277.18º91.03%61.18%-
XYZ11.645.5431.91-
YUV56.5184.15160.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=37.5%
G=5.15%
B=57.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102141560.350.9100.39277.1883.5333.33
Hex66E9C235B0271155421
Octal146162344313304742512441
Binary1100110111010011100100011101101101001111000101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660E9C; }

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

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

<style>
 a { background-color: #660E9C; }

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

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

<style>
 span { border-color: #660E9C; }

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

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