Html Css Color HEX #660CEC Electric Indigo

📋 copy color: '#660CEC'

red 102 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #660CEC

Tints of Electric Indigo #660CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.43%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 29.14%
G = 3.43%
B = 67.43%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#660CEC (or 0x660CEC) is known color: Electric Indigo. HEX triplet: 66, 0C and EC. RGB value is (102,12,236). Sum of RGB (Red+Green+Blue) = 102+12+236=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #660CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CEC is #99F313. Grayscale: #3F3F3F. Windows color (decimal): -10089236 or 15469670. OLE color: 15469670.

HSL color Cylindrical-coordinate representation of color #660CEC: hue angle of 264.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CEC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 12 236 -
CMYK 0.57 0.95 0 0.07
HSL 264.11º 0.9% 0.49% -
HSV(B) 264.11º 0.95% 0.93% -
XYZ 20.75 9.14 80.03 -
YUV 64.45 224.82 154.79 -
System Red Green Blue C M Y K H S L
Decimal 102 12 236 0.57 0.95 0 0.07 264.11 0.9 0.49
Hex 66 C EC 39 5F 0 7 108 5A 31
Octal 146 14 354 71 137 0 7 410 132 61
Binary 1100110 1100 11101100 111001 1011111 0 111 100001000 1011010 110001

Color Harmonies of #660CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CEC

Black with #660CEC

Text Example


Text Example

White with #660CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,236); }

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

background-color css

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

 a { background-color: rgb(102,12,236); }

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

border-color css

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

 span { border-color: rgb(102,12,236); }

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