#6F00DD

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

Shades of Electric Indigo #6F00DD

Tints of Electric Indigo #6F00DD

Color information

#6F00DD (or 0x6F00DD) is unknown color: approx Electric Indigo. HEX triplet: 6F, 00 and DD. RGB value is (111,0,221). Sum of RGB (Red+Green+Blue) = 111+0+221=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F00DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00DD is #90FF22. Grayscale: #393939. Windows color (decimal): -9502499 or 14483567. OLE color: 14483567.

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

Color convert

RGB1110221-
CMYK0.50100.13
HSL270.14º100%43.33%-
HSV(B)270.14º100%86.67%-
XYZ19.618.669.03-
YUV58.38219.77165.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 66.57%
R=33.43%
G=0%
B=66.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11102210.50100.13270.1410043.33
Hex6F0DD32640D10e642b
Octal15703356214401541614453
Binary11011110110111011100101100100011011000011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F00DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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