Html Css Color HEX #660FEB Electric Indigo

📋 copy color: '#660FEB'

red 102 ◦ green 15 ◦ blue 235

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

Shades of Electric Indigo #660FEB

Tints of Electric Indigo #660FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 28.98%
G = 4.26%
B = 66.76%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#660FEB (or 0x660FEB) is known color: Electric Indigo. HEX triplet: 66, 0F and EB. RGB value is (102,15,235). Sum of RGB (Red+Green+Blue) = 102+15+235=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #660FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FEB is #99F014. Grayscale: #414141. Windows color (decimal): -10088469 or 15404902. OLE color: 15404902.

HSL color Cylindrical-coordinate representation of color #660FEB: hue angle of 263.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660FEB is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 15 235 -
CMYK 0.57 0.94 0 0.08
HSL 263.73º 0.88% 0.49% -
HSV(B) 263.73º 0.94% 0.92% -
XYZ 20.65 9.16 79.28 -
YUV 66.09 223.32 153.61 -
System Red Green Blue C M Y K H S L
Decimal 102 15 235 0.57 0.94 0 0.08 263.73 0.88 0.49
Hex 66 F EB 39 5E 0 8 108 58 31
Octal 146 17 353 71 136 0 10 410 130 61
Binary 1100110 1111 11101011 111001 1011110 0 1000 100001000 1011000 110001

Color Harmonies of #660FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FEB

Black with #660FEB

Text Example


Text Example

White with #660FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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