Html Css Color HEX #6613EB Electric Indigo

📋 copy color: '#6613EB'

red 102 ◦ green 19 ◦ blue 235

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

Shades of Electric Indigo #6613EB

Tints of Electric Indigo #6613EB

RGB

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

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

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

R = 28.65%
G = 5.34%
B = 66.01%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6613EB (or 0x6613EB) is known color: Electric Indigo. HEX triplet: 66, 13 and EB. RGB value is (102,19,235). Sum of RGB (Red+Green+Blue) = 102+19+235=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #6613EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6613EB is #99EC14. Grayscale: #434343. Windows color (decimal): -10087445 or 15405926. OLE color: 15405926.

HSL color Cylindrical-coordinate representation of color #6613EB: hue angle of 263.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6613EB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 19 235 -
CMYK 0.57 0.92 0 0.08
HSL 263.06º 0.85% 0.5% -
HSV(B) 263.06º 0.92% 0.92% -
XYZ 20.71 9.29 79.3 -
YUV 68.44 222 151.94 -
System Red Green Blue C M Y K H S L
Decimal 102 19 235 0.57 0.92 0 0.08 263.06 0.85 0.5
Hex 66 13 EB 39 5C 0 8 107 55 32
Octal 146 23 353 71 134 0 10 407 125 62
Binary 1100110 10011 11101011 111001 1011100 0 1000 100000111 1010101 110010

Color Harmonies of #6613EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6613EB

Black with #6613EB

Text Example


Text Example

White with #6613EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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