#6b0fdd

Color #6B0FDD Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6B0FDD

Tints of Electric Indigo #6B0FDD

Color information

#6B0FDD (or 0x6B0FDD) is unknown color: approx Electric Indigo. HEX triplet: 6B, 0F and DD. RGB value is (107,15,221). Sum of RGB (Red+Green+Blue) = 107+15+221=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B0FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0FDD is #94F022. Grayscale: #414141. Windows color (decimal): -9760803 or 14487403. OLE color: 14487403.

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

Color convert

RGB10715221-
CMYK0.520.9300.13
HSL266.8º87.29%46.27%-
HSV(B)266.8º93.21%86.67%-
XYZ19.298.6969.07-
YUV65.99215.48157.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 221 (86.72% from 255) = 64.43%
R=31.20%
G=4.37%
B=64.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107152210.520.9300.13266.887.2946.27
Hex6BFDD345D0D10b572e
Octal153173356413501541312756
Binary11010111111110111011101001011101011011000010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6b0fdd;
 }
 .AnyTagClassName
 {
   color: #6b0fdd;
 }
</style>
background-color css

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

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

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

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

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

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