Html Css Color HEX #660CF6 Electric Indigo

📋 copy color: '#660CF6'

red 102 ◦ green 12 ◦ blue 246

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

Shades of Electric Indigo #660CF6

Tints of Electric Indigo #660CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 68.33%

R = 28.33%
G = 3.33%
B = 68.33%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#660CF6 (or 0x660CF6) is known color: Electric Indigo. HEX triplet: 66, 0C and F6. RGB value is (102,12,246). Sum of RGB (Red+Green+Blue) = 102+12+246=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #660CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CF6 is #99F309. Grayscale: #404040. Windows color (decimal): -10089226 or 16125030. OLE color: 16125030.

HSL color Cylindrical-coordinate representation of color #660CF6: hue angle of 263.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CF6 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 12 246 -
CMYK 0.59 0.95 0 0.04
HSL 263.08º 0.93% 0.51% -
HSV(B) 263.08º 0.95% 0.96% -
XYZ 22.25 9.74 87.9 -
YUV 65.59 229.82 153.97 -
System Red Green Blue C M Y K H S L
Decimal 102 12 246 0.59 0.95 0 0.04 263.08 0.93 0.51
Hex 66 C F6 3B 5F 0 4 107 5D 33
Octal 146 14 366 73 137 0 4 407 135 63
Binary 1100110 1100 11110110 111011 1011111 0 100 100000111 1011101 110011

Color Harmonies of #660CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CF6

Black with #660CF6

Text Example


Text Example

White with #660CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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