Html Css Color HEX #6E09FE Electric Indigo

📋 copy color: '#6E09FE'

red 110 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #6E09FE

Tints of Electric Indigo #6E09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

 BLUE value IS 254 (99.61% from 255) = 68.1%

R = 29.49%
G = 2.41%
B = 68.1%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E09FE (or 0x6E09FE) is known color: Electric Indigo. HEX triplet: 6E, 09 and FE. RGB value is (110,9,254). Sum of RGB (Red+Green+Blue) = 110+9+254=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E09FE is #91F601. Grayscale: #424242. Windows color (decimal): -9565698 or 16648558. OLE color: 16648558.

HSL color Cylindrical-coordinate representation of color #6E09FE: hue angle of 264.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E09FE is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 9 254 -
CMYK 0.57 0.96 0 0.00
HSL 264.73º 0.99% 0.52% -
HSV(B) 264.73º 0.96% 1% -
XYZ 24.42 10.67 94.54 -
YUV 67.13 233.46 158.58 -
System Red Green Blue C M Y K H S L
Decimal 110 9 254 0.57 0.96 0 0.00 264.73 0.99 0.52
Hex 6E 9 FE 39 60 0 0 109 63 34
Octal 156 11 376 71 140 0 0 411 143 64
Binary 1101110 1001 11111110 111001 1100000 0 0 100001001 1100011 110100

Color Harmonies of #6E09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E09FE

Black with #6E09FE

Text Example


Text Example

White with #6E09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,254); }

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

background-color css

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

 a { background-color: rgb(110,9,254); }

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

border-color css

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

 span { border-color: rgb(110,9,254); }

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