Html Css Color HEX #6900EB Electric Indigo

📋 copy color: '#6900EB'

red 105 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #6900EB

Tints of Electric Indigo #6900EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.12%

R = 30.88%
G = 0%
B = 69.12%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6900EB (or 0x6900EB) is known color: Electric Indigo. HEX triplet: 69, 00 and EB. RGB value is (105,0,235). Sum of RGB (Red+Green+Blue) = 105+0+235=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #6900EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6900EB is #96FF14. Grayscale: #393939. Windows color (decimal): -9895701 or 15401065. OLE color: 15401065.

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

Color convert

RGB 105 0 235 -
CMYK 0.55 1 0 0.08
HSL 266.81º 1% 0.46% -
HSV(B) 266.81º 1% 0.92% -
XYZ 20.82 9 79.24 -
YUV 58.19 227.79 161.39 -
System Red Green Blue C M Y K H S L
Decimal 105 0 235 0.55 1 0 0.08 266.81 1 0.46
Hex 69 0 EB 37 64 0 8 10B 64 2E
Octal 151 0 353 67 144 0 10 413 144 56
Binary 1101001 0 11101011 110111 1100100 0 1000 100001011 1100100 101110

Color Harmonies of #6900EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900EB

Black with #6900EB

Text Example


Text Example

White with #6900EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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