Html Css Color HEX #660FE4 Electric Indigo

📋 copy color: '#660FE4'

red 102 ◦ green 15 ◦ blue 228

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

Shades of Electric Indigo #660FE4

Tints of Electric Indigo #660FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

 BLUE value IS 228 (89.45% from 255) = 66.09%

R = 29.57%
G = 4.35%
B = 66.09%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#660FE4 (or 0x660FE4) is known color: Electric Indigo. HEX triplet: 66, 0F and E4. RGB value is (102,15,228). Sum of RGB (Red+Green+Blue) = 102+15+228=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #660FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FE4 is #99F01B. Grayscale: #404040. Windows color (decimal): -10088476 or 14946150. OLE color: 14946150.

HSL color Cylindrical-coordinate representation of color #660FE4: hue angle of 264.51º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FE4 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 15 228 -
CMYK 0.55 0.93 0 0.11
HSL 264.51º 0.88% 0.48% -
HSV(B) 264.51º 0.93% 0.89% -
XYZ 19.65 8.77 74.06 -
YUV 65.3 219.82 154.18 -
System Red Green Blue C M Y K H S L
Decimal 102 15 228 0.55 0.93 0 0.11 264.51 0.88 0.48
Hex 66 F E4 37 5D 0 B 109 58 30
Octal 146 17 344 67 135 0 13 411 130 60
Binary 1100110 1111 11100100 110111 1011101 0 1011 100001001 1011000 110000

Color Harmonies of #660FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FE4

Black with #660FE4

Text Example


Text Example

White with #660FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,15,228); }

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

background-color css

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

 a { background-color: rgb(102,15,228); }

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

border-color css

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

 span { border-color: rgb(102,15,228); }

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