Html Css Color HEX #6904DE Electric Indigo

📋 copy color: '#6904DE'

red 105 ◦ green 4 ◦ blue 222

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

Shades of Electric Indigo #6904DE

Tints of Electric Indigo #6904DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 31.72%
G = 1.21%
B = 67.07%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6904DE (or 0x6904DE) is known color: Electric Indigo. HEX triplet: 69, 04 and DE. RGB value is (105,4,222). Sum of RGB (Red+Green+Blue) = 105+4+222=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #6904DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904DE is #96FB21. Grayscale: #3A3A3A. Windows color (decimal): -9894690 or 14550121. OLE color: 14550121.

HSL color Cylindrical-coordinate representation of color #6904DE: hue angle of 267.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904DE is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 4 222 -
CMYK 0.53 0.98 0 0.13
HSL 267.8º 0.96% 0.44% -
HSV(B) 267.8º 0.98% 0.87% -
XYZ 19.05 8.36 69.72 -
YUV 59.05 219.96 160.77 -
System Red Green Blue C M Y K H S L
Decimal 105 4 222 0.53 0.98 0 0.13 267.8 0.96 0.44
Hex 69 4 DE 35 62 0 D 10C 60 2C
Octal 151 4 336 65 142 0 15 414 140 54
Binary 1101001 100 11011110 110101 1100010 0 1101 100001100 1100000 101100

Color Harmonies of #6904DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6904DE

Black with #6904DE

Text Example


Text Example

White with #6904DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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