#6B07DD

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

Shades of Electric Indigo #6B07DD

Tints of Electric Indigo #6B07DD

Color information

#6B07DD (or 0x6B07DD) is unknown color: approx Electric Indigo. HEX triplet: 6B, 07 and DD. RGB value is (107,7,221). Sum of RGB (Red+Green+Blue) = 107+7+221=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B07DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B07DD is #94F822. Grayscale: #3C3C3C. Windows color (decimal): -9762851 or 14485355. OLE color: 14485355.

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

Color convert

RGB1077221-
CMYK0.520.9700.13
HSL268.04º93.86%44.71%-
HSV(B)268.04º96.83%86.67%-
XYZ19.198.569.04-
YUV61.3218.13160.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 7 (3.12% from 255) = 2.09%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=31.94%
G=2.09%
B=65.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10772210.520.9700.13268.0493.8644.71
Hex6B7DD34610D10c5e2d
Octal15373356414101541413655
Binary1101011111110111011101001100001011011000011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B07DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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