Html Css Color HEX #6904FE Electric Indigo

📋 copy color: '#6904FE'

red 105 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6904FE

Tints of Electric Indigo #6904FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 28.93%
G = 1.1%
B = 69.97%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6904FE (or 0x6904FE) is known color: Electric Indigo. HEX triplet: 69, 04 and FE. RGB value is (105,4,254). Sum of RGB (Red+Green+Blue) = 105+4+254=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #6904FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6904FE is #96FB01. Grayscale: #3D3D3D. Windows color (decimal): -9894658 or 16647273. OLE color: 16647273.

HSL color Cylindrical-coordinate representation of color #6904FE: hue angle of 264.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904FE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 4 254 -
CMYK 0.59 0.98 0 0.00
HSL 264.24º 0.99% 0.51% -
HSV(B) 264.24º 0.98% 1% -
XYZ 23.76 10.25 94.49 -
YUV 62.7 235.96 158.17 -
System Red Green Blue C M Y K H S L
Decimal 105 4 254 0.59 0.98 0 0.00 264.24 0.99 0.51
Hex 69 4 FE 3B 62 0 0 108 63 33
Octal 151 4 376 73 142 0 0 410 143 63
Binary 1101001 100 11111110 111011 1100010 0 0 100001000 1100011 110011

Color Harmonies of #6904FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6904FE

Black with #6904FE

Text Example


Text Example

White with #6904FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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