Html Css Color HEX #660EFB Electric Indigo

📋 copy color: '#660EFB'

red 102 ◦ green 14 ◦ blue 251

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

Shades of Electric Indigo #660EFB

Tints of Electric Indigo #660EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 27.79%
G = 3.81%
B = 68.39%

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

#660EFB (or 0x660EFB) is known color: Electric Indigo. HEX triplet: 66, 0E and FB. RGB value is (102,14,251). Sum of RGB (Red+Green+Blue) = 102+14+251=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #660EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFB is #99F104. Grayscale: #424242. Windows color (decimal): -10088709 or 16453222. OLE color: 16453222.

HSL color Cylindrical-coordinate representation of color #660EFB: hue angle of 262.28º degrees, saturation: 0.97, 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 #660EFB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 14 251 -
CMYK 0.59 0.94 0 0.02
HSL 262.28º 0.97% 0.52% -
HSV(B) 262.28º 0.94% 0.98% -
XYZ 23.05 10.1 92 -
YUV 67.33 231.65 152.73 -
System Red Green Blue C M Y K H S L
Decimal 102 14 251 0.59 0.94 0 0.02 262.28 0.97 0.52
Hex 66 E FB 3B 5E 0 2 106 61 34
Octal 146 16 373 73 136 0 2 406 141 64
Binary 1100110 1110 11111011 111011 1011110 0 10 100000110 1100001 110100

Color Harmonies of #660EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660EFB

Black with #660EFB

Text Example


Text Example

White with #660EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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