Html Css Color HEX #660896 Indigo

📋 copy color: '#660896'

red 102 ◦ green 8 ◦ blue 150

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

Shades of Indigo #660896

Tints of Indigo #660896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 39.23%
G = 3.08%
B = 57.69%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660896 (or 0x660896) is known color: Indigo. HEX triplet: 66, 08 and 96. RGB value is (102,8,150). Sum of RGB (Red+Green+Blue) = 102+8+150=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #660896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660896 is #99F769. Grayscale: #333333. Windows color (decimal): -10090346 or 9832550. OLE color: 9832550.

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

Color convert

RGB 102 8 150 -
CMYK 0.32 0.95 0 0.41
HSL 279.72º 0.9% 0.31% -
HSV(B) 279.72º 0.95% 0.59% -
XYZ 11.07 5.2 29.27 -
YUV 52.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 102 8 150 0.32 0.95 0 0.41 279.72 0.9 0.31
Hex 66 8 96 20 5F 0 29 118 5A 1F
Octal 146 10 226 40 137 0 51 430 132 37
Binary 1100110 1000 10010110 100000 1011111 0 101001 100011000 1011010 11111

Color Harmonies of #660896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660896

Black with #660896

Text Example


Text Example

White with #660896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660896; }

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

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

background-color css

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

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

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

border-color css

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

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

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