Html Css Color HEX #660CFC Electric Indigo

📋 copy color: '#660CFC'

red 102 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #660CFC

Tints of Electric Indigo #660CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 27.87%
G = 3.28%
B = 68.85%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#660CFC (or 0x660CFC) is known color: Electric Indigo. HEX triplet: 66, 0C and FC. RGB value is (102,12,252). Sum of RGB (Red+Green+Blue) = 102+12+252=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #660CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CFC is #99F303. Grayscale: #414141. Windows color (decimal): -10089220 or 16518246. OLE color: 16518246.

HSL color Cylindrical-coordinate representation of color #660CFC: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CFC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 12 252 -
CMYK 0.60 0.95 0 0.01
HSL 262.5º 0.98% 0.52% -
HSV(B) 262.5º 0.95% 0.99% -
XYZ 23.18 10.12 92.83 -
YUV 66.27 232.82 153.49 -
System Red Green Blue C M Y K H S L
Decimal 102 12 252 0.60 0.95 0 0.01 262.5 0.98 0.52
Hex 66 C FC 3C 5F 0 1 106 62 34
Octal 146 14 374 74 137 0 1 406 142 64
Binary 1100110 1100 11111100 111100 1011111 0 1 100000110 1100010 110100

Color Harmonies of #660CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CFC

Black with #660CFC

Text Example


Text Example

White with #660CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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