Html Css Color HEX #660FDD Electric Indigo

📋 copy color: '#660FDD'

red 102 ◦ green 15 ◦ blue 221

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

Shades of Electric Indigo #660FDD

Tints of Electric Indigo #660FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.38%

R = 30.18%
G = 4.44%
B = 65.38%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#660FDD (or 0x660FDD) is known color: Electric Indigo. HEX triplet: 66, 0F and DD. RGB value is (102,15,221). Sum of RGB (Red+Green+Blue) = 102+15+221=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #660FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FDD is #99F022. Grayscale: #3F3F3F. Windows color (decimal): -10088483 or 14487398. OLE color: 14487398.

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

Color convert

RGB 102 15 221 -
CMYK 0.54 0.93 0 0.13
HSL 265.34º 0.87% 0.46% -
HSV(B) 265.34º 0.93% 0.87% -
XYZ 18.7 8.39 69.04 -
YUV 64.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 102 15 221 0.54 0.93 0 0.13 265.34 0.87 0.46
Hex 66 F DD 36 5D 0 D 109 57 2E
Octal 146 17 335 66 135 0 15 411 127 56
Binary 1100110 1111 11011101 110110 1011101 0 1101 100001001 1010111 101110

Color Harmonies of #660FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FDD

Black with #660FDD

Text Example


Text Example

White with #660FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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