Html Css Color HEX #6900E9 Electric Indigo

📋 copy color: '#6900E9'

red 105 ◦ green 0 ◦ blue 233

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

Shades of Electric Indigo #6900E9

Tints of Electric Indigo #6900E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.93%

R = 31.07%
G = 0%
B = 68.93%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6900E9 (or 0x6900E9) is known color: Electric Indigo. HEX triplet: 69, 00 and E9. RGB value is (105,0,233). Sum of RGB (Red+Green+Blue) = 105+0+233=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 233 (91.41% from 255 or 68.93% from 338); Max value from RGB is 233 - color contains mainly: blue. Hex color #6900E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6900E9 is #96FF16. Grayscale: #393939. Windows color (decimal): -9895703 or 15269993. OLE color: 15269993.

HSL color Cylindrical-coordinate representation of color #6900E9: hue angle of 267.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900E9 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 0 233 -
CMYK 0.55 1 0 0.09
HSL 267.04º 1% 0.46% -
HSV(B) 267.04º 1% 0.91% -
XYZ 20.53 8.89 77.72 -
YUV 57.96 226.79 161.55 -
System Red Green Blue C M Y K H S L
Decimal 105 0 233 0.55 1 0 0.09 267.04 1 0.46
Hex 69 0 E9 37 64 0 9 10B 64 2E
Octal 151 0 351 67 144 0 11 413 144 56
Binary 1101001 0 11101001 110111 1100100 0 1001 100001011 1100100 101110

Color Harmonies of #6900E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900E9

Black with #6900E9

Text Example


Text Example

White with #6900E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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