Html Css Color HEX #660BFA Electric Indigo

📋 copy color: '#660BFA'

red 102 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #660BFA

Tints of Electric Indigo #660BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

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

R = 28.1%
G = 3.03%
B = 68.87%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#660BFA (or 0x660BFA) is known color: Electric Indigo. HEX triplet: 66, 0B and FA. RGB value is (102,11,250). Sum of RGB (Red+Green+Blue) = 102+11+250=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #660BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BFA is #99F405. Grayscale: #404040. Windows color (decimal): -10089478 or 16386918. OLE color: 16386918.

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

Color convert

RGB 102 11 250 -
CMYK 0.59 0.96 0 0.02
HSL 262.85º 0.96% 0.51% -
HSV(B) 262.85º 0.96% 0.98% -
XYZ 22.85 9.97 91.16 -
YUV 65.46 232.15 154.07 -
System Red Green Blue C M Y K H S L
Decimal 102 11 250 0.59 0.96 0 0.02 262.85 0.96 0.51
Hex 66 B FA 3B 60 0 2 107 60 33
Octal 146 13 372 73 140 0 2 407 140 63
Binary 1100110 1011 11111010 111011 1100000 0 10 100000111 1100000 110011

Color Harmonies of #660BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BFA

Black with #660BFA

Text Example


Text Example

White with #660BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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