#660985

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

Shades of Indigo #660985

Tints of Indigo #660985

Color information

#660985 (or 0x660985) is unknown color: approx Indigo. HEX triplet: 66, 09 and 85. RGB value is (102,9,133). Sum of RGB (Red+Green+Blue) = 102+9+133=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #660985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660985 is #99F67A. Grayscale: #323232. Windows color (decimal): -10090107 or 8718694. OLE color: 8718694.

HSL color Cylindrical-coordinate representation of color #660985: hue angle of 285º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660985 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1029133-
CMYK0.230.9300.48
HSL285º87.32%27.84%-
HSV(B)285º93.23%52.16%-
XYZ9.814.7122.58-
YUV50.94174.31164.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.80%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=41.80%
G=3.69%
B=54.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10291330.230.9300.4828587.3227.84
Hex66985175D03011d571c
Octal146112052713506043512734
Binary11001101001100001011011110111010110000100011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660985; }

 p { color: rgb(102,9,133); }

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

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

 a { background-color: rgb(102,9,133); }

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

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

 span { border-color: rgb(102,9,133); }

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