Html Css Color HEX #6E07F9 Electric Indigo

📋 copy color: '#6E07F9'

red 110 ◦ green 7 ◦ blue 249

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

Shades of Electric Indigo #6E07F9

Tints of Electric Indigo #6E07F9

RGB

 RED value IS 110 (43.36% from 255) = 30.05%

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

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

R = 30.05%
G = 1.91%
B = 68.03%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E07F9 (or 0x6E07F9) is known color: Electric Indigo. HEX triplet: 6E, 07 and F9. RGB value is (110,7,249). Sum of RGB (Red+Green+Blue) = 110+7+249=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E07F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E07F9 is #91F806. Grayscale: #404040. Windows color (decimal): -9566215 or 16320366. OLE color: 16320366.

HSL color Cylindrical-coordinate representation of color #6E07F9: hue angle of 265.54º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E07F9 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 7 249 -
CMYK 0.56 0.97 0 0.02
HSL 265.54º 0.95% 0.5% -
HSV(B) 265.54º 0.97% 0.98% -
XYZ 23.61 10.31 90.37 -
YUV 65.39 231.62 159.82 -
System Red Green Blue C M Y K H S L
Decimal 110 7 249 0.56 0.97 0 0.02 265.54 0.95 0.5
Hex 6E 7 F9 38 61 0 2 10A 5F 32
Octal 156 7 371 70 141 0 2 412 137 62
Binary 1101110 111 11111001 111000 1100001 0 10 100001010 1011111 110010

Color Harmonies of #6E07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E07F9

Black with #6E07F9

Text Example


Text Example

White with #6E07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,7,249); }

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

background-color css

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

 a { background-color: rgb(110,7,249); }

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

border-color css

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

 span { border-color: rgb(110,7,249); }

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