Html Css Color HEX #6700E4 Electric Indigo

📋 copy color: '#6700E4'

red 103 ◦ green 0 ◦ blue 228

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

Shades of Electric Indigo #6700E4

Tints of Electric Indigo #6700E4

RGB

 RED value IS 103 (40.63% from 255) = 31.12%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 228 (89.45% from 255) = 68.88%

R = 31.12%
G = 0%
B = 68.88%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6700E4 (or 0x6700E4) is known color: Electric Indigo. HEX triplet: 67, 00 and E4. RGB value is (103,0,228). Sum of RGB (Red+Green+Blue) = 103+0+228=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #6700E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700E4 is #98FF1B. Grayscale: #373737. Windows color (decimal): -10026780 or 14942311. OLE color: 14942311.

HSL color Cylindrical-coordinate representation of color #6700E4: hue angle of 267.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700E4 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 0 228 -
CMYK 0.55 1 0 0.11
HSL 267.11º 1% 0.45% -
HSV(B) 267.11º 1% 0.89% -
XYZ 19.6 8.49 74 -
YUV 56.79 224.62 160.96 -
System Red Green Blue C M Y K H S L
Decimal 103 0 228 0.55 1 0 0.11 267.11 1 0.45
Hex 67 0 E4 37 64 0 B 10B 64 2D
Octal 147 0 344 67 144 0 13 413 144 55
Binary 1100111 0 11100100 110111 1100100 0 1011 100001011 1100100 101101

Color Harmonies of #6700E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700E4

Black with #6700E4

Text Example


Text Example

White with #6700E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6700E4; }

 p { color: rgb(103,0,228); }

 H1.HeaderClassName
 {
   color: #6700E4;
 }
 .AnyTagClassName
 {
   color: #6700E4;
 }
</style>

background-color css

<style>
 a { background-color: #6700E4; }

 a { background-color: rgb(103,0,228); }

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

border-color css

<style>
 span { border-color: #6700E4; }

 span { border-color: rgb(103,0,228); }

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