Html Css Color HEX #660CE6 Electric Indigo

📋 copy color: '#660CE6'

red 102 ◦ green 12 ◦ blue 230

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

Shades of Electric Indigo #660CE6

Tints of Electric Indigo #660CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 66.86%

R = 29.65%
G = 3.49%
B = 66.86%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#660CE6 (or 0x660CE6) is known color: Electric Indigo. HEX triplet: 66, 0C and E6. RGB value is (102,12,230). Sum of RGB (Red+Green+Blue) = 102+12+230=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #660CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CE6 is #99F319. Grayscale: #3E3E3E. Windows color (decimal): -10089242 or 15076454. OLE color: 15076454.

HSL color Cylindrical-coordinate representation of color #660CE6: hue angle of 264.77º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CE6 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 12 230 -
CMYK 0.56 0.95 0 0.10
HSL 264.77º 0.9% 0.47% -
HSV(B) 264.77º 0.95% 0.9% -
XYZ 19.89 8.8 75.51 -
YUV 63.76 221.82 155.27 -
System Red Green Blue C M Y K H S L
Decimal 102 12 230 0.56 0.95 0 0.10 264.77 0.9 0.47
Hex 66 C E6 38 5F 0 A 109 5A 2F
Octal 146 14 346 70 137 0 12 411 132 57
Binary 1100110 1100 11100110 111000 1011111 0 1010 100001001 1011010 101111

Color Harmonies of #660CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CE6

Black with #660CE6

Text Example


Text Example

White with #660CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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