Html Css Color HEX #660FFA Electric Indigo

📋 copy color: '#660FFA'

red 102 ◦ green 15 ◦ blue 250

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

Shades of Electric Indigo #660FFA

Tints of Electric Indigo #660FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 27.79%
G = 4.09%
B = 68.12%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#660FFA (or 0x660FFA) is known color: Electric Indigo. HEX triplet: 66, 0F and FA. RGB value is (102,15,250). Sum of RGB (Red+Green+Blue) = 102+15+250=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #660FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FFA is #99F005. Grayscale: #424242. Windows color (decimal): -10088454 or 16387942. OLE color: 16387942.

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

Color convert

RGB 102 15 250 -
CMYK 0.59 0.94 0 0.02
HSL 262.21º 0.96% 0.52% -
HSV(B) 262.21º 0.94% 0.98% -
XYZ 22.91 10.07 91.18 -
YUV 67.8 230.82 152.39 -
System Red Green Blue C M Y K H S L
Decimal 102 15 250 0.59 0.94 0 0.02 262.21 0.96 0.52
Hex 66 F FA 3B 5E 0 2 106 60 34
Octal 146 17 372 73 136 0 2 406 140 64
Binary 1100110 1111 11111010 111011 1011110 0 10 100000110 1100000 110100

Color Harmonies of #660FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FFA

Black with #660FFA

Text Example


Text Example

White with #660FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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