Html Css Color HEX #6F0DDC Electric Indigo

📋 copy color: '#6F0DDC'

red 111 ◦ green 13 ◦ blue 220

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

Shades of Electric Indigo #6F0DDC

Tints of Electric Indigo #6F0DDC

RGB

 RED value IS 111 (43.75% from 255) = 32.27%

 GREEN value IS 13 (5.47% from 255) = 3.78%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 32.27%
G = 3.78%
B = 63.95%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F0DDC (or 0x6F0DDC) is known color: Electric Indigo. HEX triplet: 6F, 0D and DC. RGB value is (111,13,220). Sum of RGB (Red+Green+Blue) = 111+13+220=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DDC is #90F223. Grayscale: #414141. Windows color (decimal): -9499172 or 14421359. OLE color: 14421359.

HSL color Cylindrical-coordinate representation of color #6F0DDC: hue angle of 268.41º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0DDC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 13 220 -
CMYK 0.50 0.94 0 0.14
HSL 268.41º 0.89% 0.46% -
HSV(B) 268.41º 0.94% 0.86% -
XYZ 19.62 8.83 68.38 -
YUV 65.9 214.97 160.17 -
System Red Green Blue C M Y K H S L
Decimal 111 13 220 0.50 0.94 0 0.14 268.41 0.89 0.46
Hex 6F D DC 32 5E 0 E 10C 59 2E
Octal 157 15 334 62 136 0 16 414 131 56
Binary 1101111 1101 11011100 110010 1011110 0 1110 100001100 1011001 101110

Color Harmonies of #6F0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0DDC

Black with #6F0DDC

Text Example


Text Example

White with #6F0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,220); }

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

background-color css

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

 a { background-color: rgb(111,13,220); }

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

border-color css

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

 span { border-color: rgb(111,13,220); }

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