Html Css Color HEX #6D0BF9 Electric Indigo

📋 copy color: '#6D0BF9'

red 109 ◦ green 11 ◦ blue 249

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

Shades of Electric Indigo #6D0BF9

Tints of Electric Indigo #6D0BF9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

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

R = 29.54%
G = 2.98%
B = 67.48%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D0BF9 (or 0x6D0BF9) is known color: Electric Indigo. HEX triplet: 6D, 0B and F9. RGB value is (109,11,249). Sum of RGB (Red+Green+Blue) = 109+11+249=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D0BF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0BF9 is #92F406. Grayscale: #424242. Windows color (decimal): -9630727 or 16321389. OLE color: 16321389.

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

Color convert

RGB 109 11 249 -
CMYK 0.56 0.96 0 0.02
HSL 264.71º 0.95% 0.51% -
HSV(B) 264.71º 0.96% 0.98% -
XYZ 23.53 10.33 90.38 -
YUV 67.43 230.47 157.65 -
System Red Green Blue C M Y K H S L
Decimal 109 11 249 0.56 0.96 0 0.02 264.71 0.95 0.51
Hex 6D B F9 38 60 0 2 109 5F 33
Octal 155 13 371 70 140 0 2 411 137 63
Binary 1101101 1011 11111001 111000 1100000 0 10 100001001 1011111 110011

Color Harmonies of #6D0BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BF9

Black with #6D0BF9

Text Example


Text Example

White with #6D0BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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