Html Css Color HEX #660696 Indigo

📋 copy color: '#660696'

red 102 ◦ green 6 ◦ blue 150

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

Shades of Indigo #660696

Tints of Indigo #660696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 39.53%
G = 2.33%
B = 58.14%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660696 (or 0x660696) is known color: Indigo. HEX triplet: 66, 06 and 96. RGB value is (102,6,150). Sum of RGB (Red+Green+Blue) = 102+6+150=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #660696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660696 is #99F969. Grayscale: #323232. Windows color (decimal): -10090858 or 9832038. OLE color: 9832038.

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

Color convert

RGB 102 6 150 -
CMYK 0.32 0.96 0 0.41
HSL 280º 0.92% 0.31% -
HSV(B) 280º 0.96% 0.59% -
XYZ 11.05 5.16 29.27 -
YUV 51.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 102 6 150 0.32 0.96 0 0.41 280 0.92 0.31
Hex 66 6 96 20 60 0 29 118 5C 1F
Octal 146 6 226 40 140 0 51 430 134 37
Binary 1100110 110 10010110 100000 1100000 0 101001 100011000 1011100 11111

Color Harmonies of #660696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660696

Black with #660696

Text Example


Text Example

White with #660696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660696; }

 p { color: rgb(102,6,150); }

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

background-color css

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

 a { background-color: rgb(102,6,150); }

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

border-color css

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

 span { border-color: rgb(102,6,150); }

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