#6F0BDA

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

Shades of Electric Indigo #6F0BDA

Tints of Electric Indigo #6F0BDA

Color information

#6F0BDA (or 0x6F0BDA) is unknown color: approx Electric Indigo. HEX triplet: 6F, 0B and DA. RGB value is (111,11,218). Sum of RGB (Red+Green+Blue) = 111+11+218=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BDA is #90F425. Grayscale: #3F3F3F. Windows color (decimal): -9499686 or 14289775. OLE color: 14289775.

HSL color Cylindrical-coordinate representation of color #6F0BDA: hue angle of 268.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0BDA is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11111218-
CMYK0.490.9500.15
HSL268.99º90.39%44.9%-
HSV(B)268.99º94.95%85.49%-
XYZ19.338.6866.99-
YUV64.5214.63161.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 218 (85.55% from 255) = 64.12%
R=32.65%
G=3.24%
B=64.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111112180.490.9500.15268.9990.3944.9
Hex6FBDA315F0F10d5a2d
Octal157133326113701741513255
Binary11011111011110110101100011011111011111000011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,218); }

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

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

 a { background-color: rgb(111,11,218); }

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

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

 span { border-color: rgb(111,11,218); }

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