Html Css Color HEX #661099 Indigo

📋 copy color: '#661099'

red 102 ◦ green 16 ◦ blue 153

#661099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #661099

Tints of Indigo #661099

RGB

 RED value IS 102 (40.23% from 255) = 37.64%

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 37.64%
G = 5.9%
B = 56.46%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#661099 (or 0x661099) is known color: Indigo. HEX triplet: 66, 10 and 99. RGB value is (102,16,153). Sum of RGB (Red+Green+Blue) = 102+16+153=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #661099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661099 is #99EF66. Grayscale: #383838. Windows color (decimal): -10088295 or 10031206. OLE color: 10031206.

HSL color Cylindrical-coordinate representation of color #661099: hue angle of 277.66º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661099 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 16 153 -
CMYK 0.33 0.90 0 0.4
HSL 277.66º 0.81% 0.33% -
HSV(B) 277.66º 0.9% 0.6% -
XYZ 11.41 5.5 30.6 -
YUV 57.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 102 16 153 0.33 0.90 0 0.4 277.66 0.81 0.33
Hex 66 10 99 21 5A 0 28 116 51 21
Octal 146 20 231 41 132 0 50 426 121 41
Binary 1100110 10000 10011001 100001 1011010 0 101000 100010110 1010001 100001

Color Harmonies of #661099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661099

Black with #661099

Text Example


Text Example

White with #661099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661099; }

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

 H1.HeaderClassName
 {
   color: #661099;
 }
 .AnyTagClassName
 {
   color: #661099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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