Html Css Color HEX #6904EC Electric Indigo

📋 copy color: '#6904EC'

red 105 ◦ green 4 ◦ blue 236

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

Shades of Electric Indigo #6904EC

Tints of Electric Indigo #6904EC

RGB

 RED value IS 105 (41.41% from 255) = 30.43%

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 30.43%
G = 1.16%
B = 68.41%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6904EC (or 0x6904EC) is known color: Electric Indigo. HEX triplet: 69, 04 and EC. RGB value is (105,4,236). Sum of RGB (Red+Green+Blue) = 105+4+236=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #6904EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6904EC is #96FB13. Grayscale: #3B3B3B. Windows color (decimal): -9894676 or 15467625. OLE color: 15467625.

HSL color Cylindrical-coordinate representation of color #6904EC: hue angle of 266.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904EC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 4 236 -
CMYK 0.56 0.98 0 0.07
HSL 266.12º 0.97% 0.47% -
HSV(B) 266.12º 0.98% 0.93% -
XYZ 21.01 9.15 80.01 -
YUV 60.65 226.96 159.64 -
System Red Green Blue C M Y K H S L
Decimal 105 4 236 0.56 0.98 0 0.07 266.12 0.97 0.47
Hex 69 4 EC 38 62 0 7 10A 61 2F
Octal 151 4 354 70 142 0 7 412 141 57
Binary 1101001 100 11101100 111000 1100010 0 111 100001010 1100001 101111

Color Harmonies of #6904EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6904EC

Black with #6904EC

Text Example


Text Example

White with #6904EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6904EC; }

 p { color: rgb(105,4,236); }

 H1.HeaderClassName
 {
   color: #6904EC;
 }
 .AnyTagClassName
 {
   color: #6904EC;
 }
</style>

background-color css

<style>
 a { background-color: #6904EC; }

 a { background-color: rgb(105,4,236); }

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

border-color css

<style>
 span { border-color: #6904EC; }

 span { border-color: rgb(105,4,236); }

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