Html Css Color HEX #660EFA Electric Indigo

📋 copy color: '#660EFA'

red 102 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #660EFA

Tints of Electric Indigo #660EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.83%

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 27.87%
G = 3.83%
B = 68.31%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#660EFA (or 0x660EFA) is known color: Electric Indigo. HEX triplet: 66, 0E and FA. RGB value is (102,14,250). Sum of RGB (Red+Green+Blue) = 102+14+250=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #660EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFA is #99F105. Grayscale: #424242. Windows color (decimal): -10088710 or 16387686. OLE color: 16387686.

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

Color convert

RGB 102 14 250 -
CMYK 0.59 0.94 0 0.02
HSL 262.37º 0.96% 0.52% -
HSV(B) 262.37º 0.94% 0.98% -
XYZ 22.89 10.04 91.17 -
YUV 67.22 231.15 152.81 -
System Red Green Blue C M Y K H S L
Decimal 102 14 250 0.59 0.94 0 0.02 262.37 0.96 0.52
Hex 66 E FA 3B 5E 0 2 106 60 34
Octal 146 16 372 73 136 0 2 406 140 64
Binary 1100110 1110 11111010 111011 1011110 0 10 100000110 1100000 110100

Color Harmonies of #660EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EFA

Black with #660EFA

Text Example


Text Example

White with #660EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,250); }

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

background-color css

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

 a { background-color: rgb(102,14,250); }

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

border-color css

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

 span { border-color: rgb(102,14,250); }

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