Html Css Color HEX #660FFC Electric Indigo

📋 copy color: '#660FFC'

red 102 ◦ green 15 ◦ blue 252

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

Shades of Electric Indigo #660FFC

Tints of Electric Indigo #660FFC

RGB

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

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

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

R = 27.64%
G = 4.07%
B = 68.29%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#660FFC (or 0x660FFC) is known color: Electric Indigo. HEX triplet: 66, 0F and FC. RGB value is (102,15,252). Sum of RGB (Red+Green+Blue) = 102+15+252=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #660FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FFC is #99F003. Grayscale: #434343. Windows color (decimal): -10088452 or 16519014. OLE color: 16519014.

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

Color convert

RGB 102 15 252 -
CMYK 0.60 0.94 0 0.01
HSL 262.03º 0.98% 0.52% -
HSV(B) 262.03º 0.94% 0.99% -
XYZ 23.22 10.19 92.84 -
YUV 68.03 231.82 152.23 -
System Red Green Blue C M Y K H S L
Decimal 102 15 252 0.60 0.94 0 0.01 262.03 0.98 0.52
Hex 66 F FC 3C 5E 0 1 106 62 34
Octal 146 17 374 74 136 0 1 406 142 64
Binary 1100110 1111 11111100 111100 1011110 0 1 100000110 1100010 110100

Color Harmonies of #660FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FFC

Black with #660FFC

Text Example


Text Example

White with #660FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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