Html Css Color HEX #6F0ADC Electric Indigo

📋 copy color: '#6F0ADC'

red 111 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #6F0ADC

Tints of Electric Indigo #6F0ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.93%

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

R = 32.55%
G = 2.93%
B = 64.52%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F0ADC (or 0x6F0ADC) is known color: Electric Indigo. HEX triplet: 6F, 0A and DC. RGB value is (111,10,220). Sum of RGB (Red+Green+Blue) = 111+10+220=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ADC is #90F523. Grayscale: #3F3F3F. Windows color (decimal): -9499940 or 14420591. OLE color: 14420591.

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

Color convert

RGB 111 10 220 -
CMYK 0.50 0.95 0 0.14
HSL 268.86º 0.91% 0.45% -
HSV(B) 268.86º 0.95% 0.86% -
XYZ 19.58 8.76 68.37 -
YUV 64.14 215.96 161.42 -
System Red Green Blue C M Y K H S L
Decimal 111 10 220 0.50 0.95 0 0.14 268.86 0.91 0.45
Hex 6F A DC 32 5F 0 E 10D 5B 2D
Octal 157 12 334 62 137 0 16 415 133 55
Binary 1101111 1010 11011100 110010 1011111 0 1110 100001101 1011011 101101

Color Harmonies of #6F0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0ADC

Black with #6F0ADC

Text Example


Text Example

White with #6F0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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