Html Css Color HEX #6900F9 Electric Indigo

📋 copy color: '#6900F9'

red 105 ◦ green 0 ◦ blue 249

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

Shades of Electric Indigo #6900F9

Tints of Electric Indigo #6900F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 70.34%

R = 29.66%
G = 0%
B = 70.34%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6900F9 (or 0x6900F9) is known color: Electric Indigo. HEX triplet: 69, 00 and F9. RGB value is (105,0,249). Sum of RGB (Red+Green+Blue) = 105+0+249=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #6900F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6900F9 is #96FF06. Grayscale: #3A3A3A. Windows color (decimal): -9895687 or 16318569. OLE color: 16318569.

HSL color Cylindrical-coordinate representation of color #6900F9: hue angle of 265.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900F9 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 0 249 -
CMYK 0.58 1 0 0.02
HSL 265.3º 1% 0.49% -
HSV(B) 265.3º 1% 0.98% -
XYZ 22.92 9.84 90.31 -
YUV 59.78 234.79 160.25 -
System Red Green Blue C M Y K H S L
Decimal 105 0 249 0.58 1 0 0.02 265.3 1 0.49
Hex 69 0 F9 3A 64 0 2 109 64 31
Octal 151 0 371 72 144 0 2 411 144 61
Binary 1101001 0 11111001 111010 1100100 0 10 100001001 1100100 110001

Color Harmonies of #6900F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900F9

Black with #6900F9

Text Example


Text Example

White with #6900F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6900F9; }

 p { color: rgb(105,0,249); }

 H1.HeaderClassName
 {
   color: #6900F9;
 }
 .AnyTagClassName
 {
   color: #6900F9;
 }
</style>

background-color css

<style>
 a { background-color: #6900F9; }

 a { background-color: rgb(105,0,249); }

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

border-color css

<style>
 span { border-color: #6900F9; }

 span { border-color: rgb(105,0,249); }

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