Html Css Color HEX #660EFF Electric Indigo

📋 copy color: '#660EFF'

red 102 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #660EFF

Tints of Electric Indigo #660EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 27.49%
G = 3.77%
B = 68.73%

CMYK

 C value IS 0.6

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#660EFF (or 0x660EFF) is known color: Electric Indigo. HEX triplet: 66, 0E and FF. RGB value is (102,14,255). Sum of RGB (Red+Green+Blue) = 102+14+255=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #660EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFF is #99F100. Grayscale: #424242. Windows color (decimal): -10088705 or 16715366. OLE color: 16715366.

HSL color Cylindrical-coordinate representation of color #660EFF: hue angle of 261.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660EFF is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 14 255 -
CMYK 0.6 0.95 0 0
HSL 261.91º 1% 0.53% -
HSV(B) 261.91º 0.95% 1% -
XYZ 23.69 10.36 95.36 -
YUV 67.79 233.65 152.4 -
System Red Green Blue C M Y K H S L
Decimal 102 14 255 0.6 0.95 0 0 261.91 1 0.53
Hex 66 E FF 3C 5F 0 0 106 64 35
Octal 146 16 377 74 137 0 0 406 144 65
Binary 1100110 1110 11111111 111100 1011111 0 0 100000110 1100100 110101

Color Harmonies of #660EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EFF

Black with #660EFF

Text Example


Text Example

White with #660EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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