Html Css Color HEX #660BEC Electric Indigo

📋 copy color: '#660BEC'

red 102 ◦ green 11 ◦ blue 236

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

Shades of Electric Indigo #660BEC

Tints of Electric Indigo #660BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 29.23%
G = 3.15%
B = 67.62%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#660BEC (or 0x660BEC) is known color: Electric Indigo. HEX triplet: 66, 0B and EC. RGB value is (102,11,236). Sum of RGB (Red+Green+Blue) = 102+11+236=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #660BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BEC is #99F413. Grayscale: #3F3F3F. Windows color (decimal): -10089492 or 15469414. OLE color: 15469414.

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

Color convert

RGB 102 11 236 -
CMYK 0.57 0.95 0 0.07
HSL 264.27º 0.91% 0.48% -
HSV(B) 264.27º 0.95% 0.93% -
XYZ 20.74 9.12 80.02 -
YUV 63.86 225.15 155.2 -
System Red Green Blue C M Y K H S L
Decimal 102 11 236 0.57 0.95 0 0.07 264.27 0.91 0.48
Hex 66 B EC 39 5F 0 7 108 5B 30
Octal 146 13 354 71 137 0 7 410 133 60
Binary 1100110 1011 11101100 111001 1011111 0 111 100001000 1011011 110000

Color Harmonies of #660BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BEC

Black with #660BEC

Text Example


Text Example

White with #660BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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