Html Css Color HEX #660EFC Electric Indigo

📋 copy color: '#660EFC'

red 102 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #660EFC

Tints of Electric Indigo #660EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 27.72%
G = 3.8%
B = 68.48%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#660EFC (or 0x660EFC) is known color: Electric Indigo. HEX triplet: 66, 0E and FC. RGB value is (102,14,252). Sum of RGB (Red+Green+Blue) = 102+14+252=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #660EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFC is #99F103. Grayscale: #424242. Windows color (decimal): -10088708 or 16518758. OLE color: 16518758.

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

Color convert

RGB 102 14 252 -
CMYK 0.60 0.94 0 0.01
HSL 262.18º 0.98% 0.52% -
HSV(B) 262.18º 0.94% 0.99% -
XYZ 23.21 10.17 92.83 -
YUV 67.44 232.15 152.65 -
System Red Green Blue C M Y K H S L
Decimal 102 14 252 0.60 0.94 0 0.01 262.18 0.98 0.52
Hex 66 E FC 3C 5E 0 1 106 62 34
Octal 146 16 374 74 136 0 1 406 142 64
Binary 1100110 1110 11111100 111100 1011110 0 1 100000110 1100010 110100

Color Harmonies of #660EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EFC

Black with #660EFC

Text Example


Text Example

White with #660EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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