Html Css Color HEX #660BEF Electric Indigo

📋 copy color: '#660BEF'

red 102 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #660BEF

Tints of Electric Indigo #660BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 28.98%
G = 3.13%
B = 67.9%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#660BEF (or 0x660BEF) is known color: Electric Indigo. HEX triplet: 66, 0B and EF. RGB value is (102,11,239). Sum of RGB (Red+Green+Blue) = 102+11+239=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #660BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660BEF is #99F410. Grayscale: #3F3F3F. Windows color (decimal): -10089489 or 15666022. OLE color: 15666022.

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

Color convert

RGB 102 11 239 -
CMYK 0.57 0.95 0 0.06
HSL 263.95º 0.91% 0.49% -
HSV(B) 263.95º 0.95% 0.94% -
XYZ 21.18 9.3 82.34 -
YUV 64.2 226.65 154.96 -
System Red Green Blue C M Y K H S L
Decimal 102 11 239 0.57 0.95 0 0.06 263.95 0.91 0.49
Hex 66 B EF 39 5F 0 6 108 5B 31
Octal 146 13 357 71 137 0 6 410 133 61
Binary 1100110 1011 11101111 111001 1011111 0 110 100001000 1011011 110001

Color Harmonies of #660BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BEF

Black with #660BEF

Text Example


Text Example

White with #660BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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