Html Css Color HEX #660FDC Electric Indigo

📋 copy color: '#660FDC'

red 102 ◦ green 15 ◦ blue 220

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

Shades of Electric Indigo #660FDC

Tints of Electric Indigo #660FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 30.27%
G = 4.45%
B = 65.28%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#660FDC (or 0x660FDC) is known color: Electric Indigo. HEX triplet: 66, 0F and DC. RGB value is (102,15,220). Sum of RGB (Red+Green+Blue) = 102+15+220=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #660FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FDC is #99F023. Grayscale: #3F3F3F. Windows color (decimal): -10088484 or 14421862. OLE color: 14421862.

HSL color Cylindrical-coordinate representation of color #660FDC: hue angle of 265.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FDC is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 15 220 -
CMYK 0.54 0.93 0 0.14
HSL 265.46º 0.87% 0.46% -
HSV(B) 265.46º 0.93% 0.86% -
XYZ 18.57 8.33 68.34 -
YUV 64.38 215.82 154.83 -
System Red Green Blue C M Y K H S L
Decimal 102 15 220 0.54 0.93 0 0.14 265.46 0.87 0.46
Hex 66 F DC 36 5D 0 E 109 57 2E
Octal 146 17 334 66 135 0 16 411 127 56
Binary 1100110 1111 11011100 110110 1011101 0 1110 100001001 1010111 101110

Color Harmonies of #660FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FDC

Black with #660FDC

Text Example


Text Example

White with #660FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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