Html Css Color HEX #6A07E9 Electric Indigo

📋 copy color: '#6A07E9'

red 106 ◦ green 7 ◦ blue 233

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

Shades of Electric Indigo #6A07E9

Tints of Electric Indigo #6A07E9

RGB

 RED value IS 106 (41.8% from 255) = 30.64%

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 30.64%
G = 2.02%
B = 67.34%

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

#6A07E9 (or 0x6A07E9) is known color: Electric Indigo. HEX triplet: 6A, 07 and E9. RGB value is (106,7,233). Sum of RGB (Red+Green+Blue) = 106+7+233=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A07E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A07E9 is #95F816. Grayscale: #3D3D3D. Windows color (decimal): -9828375 or 15271786. OLE color: 15271786.

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

Color convert

RGB 106 7 233 -
CMYK 0.55 0.97 0 0.09
HSL 266.28º 0.94% 0.47% -
HSV(B) 266.28º 0.97% 0.91% -
XYZ 20.73 9.1 77.75 -
YUV 62.37 224.3 159.12 -
System Red Green Blue C M Y K H S L
Decimal 106 7 233 0.55 0.97 0 0.09 266.28 0.94 0.47
Hex 6A 7 E9 37 61 0 9 10A 5E 2F
Octal 152 7 351 67 141 0 11 412 136 57
Binary 1101010 111 11101001 110111 1100001 0 1001 100001010 1011110 101111

Color Harmonies of #6A07E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A07E9

Black with #6A07E9

Text Example


Text Example

White with #6A07E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A07E9; }

 p { color: rgb(106,7,233); }

 H1.HeaderClassName
 {
   color: #6A07E9;
 }
 .AnyTagClassName
 {
   color: #6A07E9;
 }
</style>

background-color css

<style>
 a { background-color: #6A07E9; }

 a { background-color: rgb(106,7,233); }

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

border-color css

<style>
 span { border-color: #6A07E9; }

 span { border-color: rgb(106,7,233); }

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