Html Css Color HEX #660997 Indigo

📋 copy color: '#660997'

red 102 ◦ green 9 ◦ blue 151

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

Shades of Indigo #660997

Tints of Indigo #660997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 151 (59.38% from 255) = 57.63%

R = 38.93%
G = 3.44%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660997 (or 0x660997) is known color: Indigo. HEX triplet: 66, 09 and 97. RGB value is (102,9,151). Sum of RGB (Red+Green+Blue) = 102+9+151=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #660997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660997 is #99F668. Grayscale: #343434. Windows color (decimal): -10090089 or 9898342. OLE color: 9898342.

HSL color Cylindrical-coordinate representation of color #660997: hue angle of 279.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660997 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 9 151 -
CMYK 0.32 0.94 0 0.41
HSL 279.3º 0.89% 0.31% -
HSV(B) 279.3º 0.94% 0.59% -
XYZ 11.16 5.25 29.7 -
YUV 53 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 102 9 151 0.32 0.94 0 0.41 279.3 0.89 0.31
Hex 66 9 97 20 5E 0 29 117 59 1F
Octal 146 11 227 40 136 0 51 427 131 37
Binary 1100110 1001 10010111 100000 1011110 0 101001 100010111 1011001 11111

Color Harmonies of #660997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660997

Black with #660997

Text Example


Text Example

White with #660997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660997; }

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

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

background-color css

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

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

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

border-color css

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

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

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