Html Css Color HEX #6E09FC Electric Indigo

📋 copy color: '#6E09FC'

red 110 ◦ green 9 ◦ blue 252

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

Shades of Electric Indigo #6E09FC

Tints of Electric Indigo #6E09FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 29.65%
G = 2.43%
B = 67.92%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E09FC (or 0x6E09FC) is known color: Electric Indigo. HEX triplet: 6E, 09 and FC. RGB value is (110,9,252). Sum of RGB (Red+Green+Blue) = 110+9+252=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E09FC is #91F603. Grayscale: #424242. Windows color (decimal): -9565700 or 16517486. OLE color: 16517486.

HSL color Cylindrical-coordinate representation of color #6E09FC: hue angle of 264.94º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E09FC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 9 252 -
CMYK 0.56 0.96 0 0.01
HSL 264.94º 0.98% 0.51% -
HSV(B) 264.94º 0.96% 0.99% -
XYZ 24.1 10.54 92.86 -
YUV 66.9 232.46 158.74 -
System Red Green Blue C M Y K H S L
Decimal 110 9 252 0.56 0.96 0 0.01 264.94 0.98 0.51
Hex 6E 9 FC 38 60 0 1 109 62 33
Octal 156 11 374 70 140 0 1 411 142 63
Binary 1101110 1001 11111100 111000 1100000 0 1 100001001 1100010 110011

Color Harmonies of #6E09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E09FC

Black with #6E09FC

Text Example


Text Example

White with #6E09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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