Html Css Color HEX #660FF6 Electric Indigo

📋 copy color: '#660FF6'

red 102 ◦ green 15 ◦ blue 246

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

Shades of Electric Indigo #660FF6

Tints of Electric Indigo #660FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

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

R = 28.1%
G = 4.13%
B = 67.77%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#660FF6 (or 0x660FF6) is known color: Electric Indigo. HEX triplet: 66, 0F and F6. RGB value is (102,15,246). Sum of RGB (Red+Green+Blue) = 102+15+246=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #660FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FF6 is #99F009. Grayscale: #424242. Windows color (decimal): -10088458 or 16125798. OLE color: 16125798.

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

Color convert

RGB 102 15 246 -
CMYK 0.59 0.94 0 0.04
HSL 262.6º 0.93% 0.51% -
HSV(B) 262.6º 0.94% 0.96% -
XYZ 22.28 9.82 87.91 -
YUV 67.35 228.82 152.72 -
System Red Green Blue C M Y K H S L
Decimal 102 15 246 0.59 0.94 0 0.04 262.6 0.93 0.51
Hex 66 F F6 3B 5E 0 4 107 5D 33
Octal 146 17 366 73 136 0 4 407 135 63
Binary 1100110 1111 11110110 111011 1011110 0 100 100000111 1011101 110011

Color Harmonies of #660FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FF6

Black with #660FF6

Text Example


Text Example

White with #660FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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