Html Css Color HEX #6E00FB Electric Indigo

📋 copy color: '#6E00FB'

red 110 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #6E00FB

Tints of Electric Indigo #6E00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 30.47%
G = 0%
B = 69.53%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E00FB (or 0x6E00FB) is known color: Electric Indigo. HEX triplet: 6E, 00 and FB. RGB value is (110,0,251). Sum of RGB (Red+Green+Blue) = 110+0+251=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E00FB is #91FF04. Grayscale: #3C3C3C. Windows color (decimal): -9568005 or 16449646. OLE color: 16449646.

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

Color convert

RGB 110 0 251 -
CMYK 0.56 1 0 0.02
HSL 266.29º 1% 0.49% -
HSV(B) 266.29º 1% 0.98% -
XYZ 23.84 10.28 91.99 -
YUV 61.5 234.94 162.59 -
System Red Green Blue C M Y K H S L
Decimal 110 0 251 0.56 1 0 0.02 266.29 1 0.49
Hex 6E 0 FB 38 64 0 2 10A 64 31
Octal 156 0 373 70 144 0 2 412 144 61
Binary 1101110 0 11111011 111000 1100100 0 10 100001010 1100100 110001

Color Harmonies of #6E00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E00FB

Black with #6E00FB

Text Example


Text Example

White with #6E00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,0,251); }

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

background-color css

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

 a { background-color: rgb(110,0,251); }

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

border-color css

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

 span { border-color: rgb(110,0,251); }

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