Html Css Color HEX #6B0FDC Electric Indigo

📋 copy color: '#6B0FDC'

red 107 ◦ green 15 ◦ blue 220

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

Shades of Electric Indigo #6B0FDC

Tints of Electric Indigo #6B0FDC

RGB

 RED value IS 107 (42.19% from 255) = 31.29%

 GREEN value IS 15 (6.25% from 255) = 4.39%

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

R = 31.29%
G = 4.39%
B = 64.33%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B0FDC (or 0x6B0FDC) is known color: Electric Indigo. HEX triplet: 6B, 0F and DC. RGB value is (107,15,220). Sum of RGB (Red+Green+Blue) = 107+15+220=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B0FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0FDC is #94F023. Grayscale: #414141. Windows color (decimal): -9760804 or 14421867. OLE color: 14421867.

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

Color convert

RGB 107 15 220 -
CMYK 0.51 0.93 0 0.14
HSL 266.93º 0.87% 0.46% -
HSV(B) 266.93º 0.93% 0.86% -
XYZ 19.15 8.63 68.37 -
YUV 65.88 214.98 157.33 -
System Red Green Blue C M Y K H S L
Decimal 107 15 220 0.51 0.93 0 0.14 266.93 0.87 0.46
Hex 6B F DC 33 5D 0 E 10B 57 2E
Octal 153 17 334 63 135 0 16 413 127 56
Binary 1101011 1111 11011100 110011 1011101 0 1110 100001011 1010111 101110

Color Harmonies of #6B0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0FDC

Black with #6B0FDC

Text Example


Text Example

White with #6B0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,15,220); }

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

background-color css

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

 a { background-color: rgb(107,15,220); }

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

border-color css

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

 span { border-color: rgb(107,15,220); }

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