Html Css Color HEX #6904ED Electric Indigo

📋 copy color: '#6904ED'

red 105 ◦ green 4 ◦ blue 237

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

Shades of Electric Indigo #6904ED

Tints of Electric Indigo #6904ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 30.35%
G = 1.16%
B = 68.5%

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

#6904ED (or 0x6904ED) is known color: Electric Indigo. HEX triplet: 69, 04 and ED. RGB value is (105,4,237). Sum of RGB (Red+Green+Blue) = 105+4+237=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #6904ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6904ED is #96FB12. Grayscale: #3B3B3B. Windows color (decimal): -9894675 or 15533161. OLE color: 15533161.

HSL color Cylindrical-coordinate representation of color #6904ED: hue angle of 266.01º 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 #6904ED is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 4 237 -
CMYK 0.56 0.98 0 0.07
HSL 266.01º 0.97% 0.47% -
HSV(B) 266.01º 0.98% 0.93% -
XYZ 21.16 9.2 80.78 -
YUV 60.76 227.46 159.55 -
System Red Green Blue C M Y K H S L
Decimal 105 4 237 0.56 0.98 0 0.07 266.01 0.97 0.47
Hex 69 4 ED 38 62 0 7 10A 61 2F
Octal 151 4 355 70 142 0 7 412 141 57
Binary 1101001 100 11101101 111000 1100010 0 111 100001010 1100001 101111

Color Harmonies of #6904ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6904ED

Black with #6904ED

Text Example


Text Example

White with #6904ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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