Html Css Color HEX #6607EA Electric Indigo

📋 copy color: '#6607EA'

red 102 ◦ green 7 ◦ blue 234

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

Shades of Electric Indigo #6607EA

Tints of Electric Indigo #6607EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 29.74%
G = 2.04%
B = 68.22%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6607EA (or 0x6607EA) is known color: Electric Indigo. HEX triplet: 66, 07 and EA. RGB value is (102,7,234). Sum of RGB (Red+Green+Blue) = 102+7+234=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #6607EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6607EA is #99F815. Grayscale: #3C3C3C. Windows color (decimal): -10090518 or 15337318. OLE color: 15337318.

HSL color Cylindrical-coordinate representation of color #6607EA: hue angle of 265.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607EA is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 7 234 -
CMYK 0.56 0.97 0 0.08
HSL 265.11º 0.94% 0.47% -
HSV(B) 265.11º 0.97% 0.92% -
XYZ 20.41 8.92 78.49 -
YUV 61.28 225.47 157.04 -
System Red Green Blue C M Y K H S L
Decimal 102 7 234 0.56 0.97 0 0.08 265.11 0.94 0.47
Hex 66 7 EA 38 61 0 8 109 5E 2F
Octal 146 7 352 70 141 0 10 411 136 57
Binary 1100110 111 11101010 111000 1100001 0 1000 100001001 1011110 101111

Color Harmonies of #6607EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607EA

Black with #6607EA

Text Example


Text Example

White with #6607EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6607EA; }

 p { color: rgb(102,7,234); }

 H1.HeaderClassName
 {
   color: #6607EA;
 }
 .AnyTagClassName
 {
   color: #6607EA;
 }
</style>

background-color css

<style>
 a { background-color: #6607EA; }

 a { background-color: rgb(102,7,234); }

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

border-color css

<style>
 span { border-color: #6607EA; }

 span { border-color: rgb(102,7,234); }

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