Html Css Color HEX #660B96 Indigo

📋 copy color: '#660B96'

red 102 ◦ green 11 ◦ blue 150

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

Shades of Indigo #660B96

Tints of Indigo #660B96

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

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

R = 38.78%
G = 4.18%
B = 57.03%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660B96 (or 0x660B96) is known color: Indigo. HEX triplet: 66, 0B and 96. RGB value is (102,11,150). Sum of RGB (Red+Green+Blue) = 102+11+150=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #660B96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B96 is #99F469. Grayscale: #353535. Windows color (decimal): -10089578 or 9833318. OLE color: 9833318.

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

Color convert

RGB 102 11 150 -
CMYK 0.32 0.93 0 0.41
HSL 279.28º 0.86% 0.32% -
HSV(B) 279.28º 0.93% 0.59% -
XYZ 11.1 5.27 29.29 -
YUV 54.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 102 11 150 0.32 0.93 0 0.41 279.28 0.86 0.32
Hex 66 B 96 20 5D 0 29 117 56 20
Octal 146 13 226 40 135 0 51 427 126 40
Binary 1100110 1011 10010110 100000 1011101 0 101001 100010111 1010110 100000

Color Harmonies of #660B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B96

Black with #660B96

Text Example


Text Example

White with #660B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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