Html Css Color HEX #6E03FC Electric Indigo

📋 copy color: '#6E03FC'

red 110 ◦ green 3 ◦ blue 252

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

Shades of Electric Indigo #6E03FC

Tints of Electric Indigo #6E03FC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 30.14%
G = 0.82%
B = 69.04%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E03FC (or 0x6E03FC) is known color: Electric Indigo. HEX triplet: 6E, 03 and FC. RGB value is (110,3,252). Sum of RGB (Red+Green+Blue) = 110+3+252=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E03FC is #91FC03. Grayscale: #3E3E3E. Windows color (decimal): -9567236 or 16515950. OLE color: 16515950.

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

Color convert

RGB 110 3 252 -
CMYK 0.56 0.99 0 0.01
HSL 265.78º 0.98% 0.5% -
HSV(B) 265.78º 0.99% 0.99% -
XYZ 24.03 10.41 92.84 -
YUV 63.38 234.45 161.25 -
System Red Green Blue C M Y K H S L
Decimal 110 3 252 0.56 0.99 0 0.01 265.78 0.98 0.5
Hex 6E 3 FC 38 63 0 1 10A 62 32
Octal 156 3 374 70 143 0 1 412 142 62
Binary 1101110 11 11111100 111000 1100011 0 1 100001010 1100010 110010

Color Harmonies of #6E03FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E03FC

Black with #6E03FC

Text Example


Text Example

White with #6E03FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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