Html Css Color HEX #6D14FB Electric Indigo

📋 copy color: '#6D14FB'

red 109 ◦ green 20 ◦ blue 251

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

Shades of Electric Indigo #6D14FB

Tints of Electric Indigo #6D14FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 28.68%
G = 5.26%
B = 66.05%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D14FB (or 0x6D14FB) is known color: Electric Indigo. HEX triplet: 6D, 14 and FB. RGB value is (109,20,251). Sum of RGB (Red+Green+Blue) = 109+20+251=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D14FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D14FB is #92EB04. Grayscale: #484848. Windows color (decimal): -9628421 or 16454765. OLE color: 16454765.

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

Color convert

RGB 109 20 251 -
CMYK 0.57 0.92 0 0.02
HSL 263.12º 0.97% 0.53% -
HSV(B) 263.12º 0.92% 0.98% -
XYZ 23.97 10.72 92.07 -
YUV 72.95 228.49 153.72 -
System Red Green Blue C M Y K H S L
Decimal 109 20 251 0.57 0.92 0 0.02 263.12 0.97 0.53
Hex 6D 14 FB 39 5C 0 2 107 61 35
Octal 155 24 373 71 134 0 2 407 141 65
Binary 1101101 10100 11111011 111001 1011100 0 10 100000111 1100001 110101

Color Harmonies of #6D14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D14FB

Black with #6D14FB

Text Example


Text Example

White with #6D14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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