Html Css Color HEX #6D0BDD Electric Indigo

📋 copy color: '#6D0BDD'

red 109 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #6D0BDD

Tints of Electric Indigo #6D0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 31.96%
G = 3.23%
B = 64.81%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D0BDD (or 0x6D0BDD) is known color: Electric Indigo. HEX triplet: 6D, 0B and DD. RGB value is (109,11,221). Sum of RGB (Red+Green+Blue) = 109+11+221=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D0BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0BDD is #92F422. Grayscale: #3F3F3F. Windows color (decimal): -9630755 or 14486381. OLE color: 14486381.

HSL color Cylindrical-coordinate representation of color #6D0BDD: hue angle of 268º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0BDD is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 11 221 -
CMYK 0.51 0.95 0 0.13
HSL 268º 0.91% 0.45% -
HSV(B) 268º 0.95% 0.87% -
XYZ 19.48 8.71 69.06 -
YUV 64.24 216.47 159.92 -
System Red Green Blue C M Y K H S L
Decimal 109 11 221 0.51 0.95 0 0.13 268 0.91 0.45
Hex 6D B DD 33 5F 0 D 10C 5B 2D
Octal 155 13 335 63 137 0 15 414 133 55
Binary 1101101 1011 11011101 110011 1011111 0 1101 100001100 1011011 101101

Color Harmonies of #6D0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0BDD

Black with #6D0BDD

Text Example


Text Example

White with #6D0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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