Html Css Color HEX #660C94 Indigo

📋 copy color: '#660C94'

red 102 ◦ green 12 ◦ blue 148

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

Shades of Indigo #660C94

Tints of Indigo #660C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 38.93%
G = 4.58%
B = 56.49%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660C94 (or 0x660C94) is known color: Indigo. HEX triplet: 66, 0C and 94. RGB value is (102,12,148). Sum of RGB (Red+Green+Blue) = 102+12+148=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #660C94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C94 is #99F36B. Grayscale: #353535. Windows color (decimal): -10089324 or 9702502. OLE color: 9702502.

HSL color Cylindrical-coordinate representation of color #660C94: hue angle of 279.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660C94 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 12 148 -
CMYK 0.31 0.92 0 0.42
HSL 279.71º 0.85% 0.31% -
HSV(B) 279.71º 0.92% 0.58% -
XYZ 10.96 5.23 28.45 -
YUV 54.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 102 12 148 0.31 0.92 0 0.42 279.71 0.85 0.31
Hex 66 C 94 1F 5C 0 2A 118 55 1F
Octal 146 14 224 37 134 0 52 430 125 37
Binary 1100110 1100 10010100 11111 1011100 0 101010 100011000 1010101 11111

Color Harmonies of #660C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C94

Black with #660C94

Text Example


Text Example

White with #660C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,148); }

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

background-color css

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

 a { background-color: rgb(102,12,148); }

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

border-color css

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

 span { border-color: rgb(102,12,148); }

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