Html Css Color HEX #6613EF Electric Indigo

📋 copy color: '#6613EF'

red 102 ◦ green 19 ◦ blue 239

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

Shades of Electric Indigo #6613EF

Tints of Electric Indigo #6613EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

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

R = 28.33%
G = 5.28%
B = 66.39%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6613EF (or 0x6613EF) is known color: Electric Indigo. HEX triplet: 66, 13 and EF. RGB value is (102,19,239). Sum of RGB (Red+Green+Blue) = 102+19+239=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #6613EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6613EF is #99EC10. Grayscale: #444444. Windows color (decimal): -10087441 or 15668070. OLE color: 15668070.

HSL color Cylindrical-coordinate representation of color #6613EF: hue angle of 262.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6613EF is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 19 239 -
CMYK 0.57 0.92 0 0.06
HSL 262.64º 0.87% 0.51% -
HSV(B) 262.64º 0.92% 0.94% -
XYZ 21.29 9.52 82.38 -
YUV 68.9 224 151.61 -
System Red Green Blue C M Y K H S L
Decimal 102 19 239 0.57 0.92 0 0.06 262.64 0.87 0.51
Hex 66 13 EF 39 5C 0 6 107 57 33
Octal 146 23 357 71 134 0 6 407 127 63
Binary 1100110 10011 11101111 111001 1011100 0 110 100000111 1010111 110011

Color Harmonies of #6613EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6613EF

Black with #6613EF

Text Example


Text Example

White with #6613EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6613EF; }

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

 H1.HeaderClassName
 {
   color: #6613EF;
 }
 .AnyTagClassName
 {
   color: #6613EF;
 }
</style>

background-color css

<style>
 a { background-color: #6613EF; }

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

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

border-color css

<style>
 span { border-color: #6613EF; }

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

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