#6F03DD

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

Shades of Electric Indigo #6F03DD

Tints of Electric Indigo #6F03DD

Color information

#6F03DD (or 0x6F03DD) is unknown color: approx Electric Indigo. HEX triplet: 6F, 03 and DD. RGB value is (111,3,221). Sum of RGB (Red+Green+Blue) = 111+3+221=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 3 (1.56% from 255 or 0.90% 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 #6F03DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F03DD is #90FC22. Grayscale: #3B3B3B. Windows color (decimal): -9501731 or 14484335. OLE color: 14484335.

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

Color convert

RGB1113221-
CMYK0.500.9900.13
HSL269.72º97.32%43.92%-
HSV(B)269.72º98.64%86.67%-
XYZ19.648.6769.04-
YUV60.14218.78164.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=33.13%
G=0.90%
B=65.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11132210.500.9900.13269.7297.3243.92
Hex6F3DD32630D10e612c
Octal15733356214301541614154
Binary110111111110111011100101100011011011000011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F03DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,3,221); }

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

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

 a { background-color: rgb(111,3,221); }

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

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

 span { border-color: rgb(111,3,221); }

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