Html Css Color HEX #660BEB Electric Indigo

📋 copy color: '#660BEB'

red 102 ◦ green 11 ◦ blue 235

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

Shades of Electric Indigo #660BEB

Tints of Electric Indigo #660BEB

RGB

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

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

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

R = 29.31%
G = 3.16%
B = 67.53%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#660BEB (or 0x660BEB) is known color: Electric Indigo. HEX triplet: 66, 0B and EB. RGB value is (102,11,235). Sum of RGB (Red+Green+Blue) = 102+11+235=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #660BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BEB is #99F414. Grayscale: #3E3E3E. Windows color (decimal): -10089493 or 15403878. OLE color: 15403878.

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

Color convert

RGB 102 11 235 -
CMYK 0.57 0.95 0 0.08
HSL 264.38º 0.91% 0.48% -
HSV(B) 264.38º 0.95% 0.92% -
XYZ 20.59 9.06 79.26 -
YUV 63.75 224.65 155.29 -
System Red Green Blue C M Y K H S L
Decimal 102 11 235 0.57 0.95 0 0.08 264.38 0.91 0.48
Hex 66 B EB 39 5F 0 8 108 5B 30
Octal 146 13 353 71 137 0 10 410 133 60
Binary 1100110 1011 11101011 111001 1011111 0 1000 100001000 1011011 110000

Color Harmonies of #660BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BEB

Black with #660BEB

Text Example


Text Example

White with #660BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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