Html Css Color HEX #6D1BF9 Electric Indigo

📋 copy color: '#6D1BF9'

red 109 ◦ green 27 ◦ blue 249

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

Shades of Electric Indigo #6D1BF9

Tints of Electric Indigo #6D1BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.01%

 BLUE value IS 249 (97.66% from 255) = 64.68%

R = 28.31%
G = 7.01%
B = 64.68%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D1BF9 (or 0x6D1BF9) is known color: Electric Indigo. HEX triplet: 6D, 1B and F9. RGB value is (109,27,249). Sum of RGB (Red+Green+Blue) = 109+27+249=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D1BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1BF9 is #92E406. Grayscale: #4C4C4C. Windows color (decimal): -9626631 or 16325485. OLE color: 16325485.

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

Color convert

RGB 109 27 249 -
CMYK 0.56 0.89 0 0.02
HSL 262.16º 0.95% 0.54% -
HSV(B) 262.16º 0.89% 0.98% -
XYZ 23.8 10.87 90.47 -
YUV 76.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 109 27 249 0.56 0.89 0 0.02 262.16 0.95 0.54
Hex 6D 1B F9 38 59 0 2 106 5F 36
Octal 155 33 371 70 131 0 2 406 137 66
Binary 1101101 11011 11111001 111000 1011001 0 10 100000110 1011111 110110

Color Harmonies of #6D1BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1BF9

Black with #6D1BF9

Text Example


Text Example

White with #6D1BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,27,249); }

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

background-color css

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

 a { background-color: rgb(109,27,249); }

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

border-color css

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

 span { border-color: rgb(109,27,249); }

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