Html Css Color HEX #6906E7 Electric Indigo

📋 copy color: '#6906E7'

red 105 ◦ green 6 ◦ blue 231

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

Shades of Electric Indigo #6906E7

Tints of Electric Indigo #6906E7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

 BLUE value IS 231 (90.63% from 255) = 67.54%

R = 30.7%
G = 1.75%
B = 67.54%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6906E7 (or 0x6906E7) is known color: Electric Indigo. HEX triplet: 69, 06 and E7. RGB value is (105,6,231). Sum of RGB (Red+Green+Blue) = 105+6+231=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #6906E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906E7 is #96F918. Grayscale: #3C3C3C. Windows color (decimal): -9894169 or 15140457. OLE color: 15140457.

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

Color convert

RGB 105 6 231 -
CMYK 0.55 0.97 0 0.09
HSL 266.4º 0.95% 0.46% -
HSV(B) 266.4º 0.97% 0.91% -
XYZ 20.31 8.9 76.25 -
YUV 61.25 223.8 159.2 -
System Red Green Blue C M Y K H S L
Decimal 105 6 231 0.55 0.97 0 0.09 266.4 0.95 0.46
Hex 69 6 E7 37 61 0 9 10A 5F 2E
Octal 151 6 347 67 141 0 11 412 137 56
Binary 1101001 110 11100111 110111 1100001 0 1001 100001010 1011111 101110

Color Harmonies of #6906E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906E7

Black with #6906E7

Text Example


Text Example

White with #6906E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6906E7; }

 p { color: rgb(105,6,231); }

 H1.HeaderClassName
 {
   color: #6906E7;
 }
 .AnyTagClassName
 {
   color: #6906E7;
 }
</style>

background-color css

<style>
 a { background-color: #6906E7; }

 a { background-color: rgb(105,6,231); }

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

border-color css

<style>
 span { border-color: #6906E7; }

 span { border-color: rgb(105,6,231); }

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