Html Css Color HEX #6D04FB Electric Indigo

📋 copy color: '#6D04FB'

red 109 ◦ green 4 ◦ blue 251

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

Shades of Electric Indigo #6D04FB

Tints of Electric Indigo #6D04FB

RGB

 RED value IS 109 (42.97% from 255) = 29.95%

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 29.95%
G = 1.1%
B = 68.96%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D04FB (or 0x6D04FB) is known color: Electric Indigo. HEX triplet: 6D, 04 and FB. RGB value is (109,4,251). Sum of RGB (Red+Green+Blue) = 109+4+251=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D04FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D04FB is #92FB04. Grayscale: #3E3E3E. Windows color (decimal): -9632517 or 16450669. OLE color: 16450669.

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

Color convert

RGB 109 4 251 -
CMYK 0.57 0.98 0 0.02
HSL 265.51º 0.97% 0.5% -
HSV(B) 265.51º 0.98% 0.98% -
XYZ 23.76 10.3 92 -
YUV 63.55 233.79 160.42 -
System Red Green Blue C M Y K H S L
Decimal 109 4 251 0.57 0.98 0 0.02 265.51 0.97 0.5
Hex 6D 4 FB 39 62 0 2 10A 61 32
Octal 155 4 373 71 142 0 2 412 141 62
Binary 1101101 100 11111011 111001 1100010 0 10 100001010 1100001 110010

Color Harmonies of #6D04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04FB

Black with #6D04FB

Text Example


Text Example

White with #6D04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,251); }

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

background-color css

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

 a { background-color: rgb(109,4,251); }

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

border-color css

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

 span { border-color: rgb(109,4,251); }

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