#6906f9

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

Shades of Electric Indigo #6906F9

Tints of Electric Indigo #6906F9

Color information

#6906F9 (or 0x6906F9) is unknown color: approx Electric Indigo. HEX triplet: 69, 06 and F9. RGB value is (105,6,249). Sum of RGB (Red+Green+Blue) = 105+6+249=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #6906F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906F9 is #96F906. Grayscale: #3E3E3E. Windows color (decimal): -9894151 or 16320105. OLE color: 16320105.

HSL color Cylindrical-coordinate representation of color #6906F9: hue angle of 264.44º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6906F9 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1056249-
CMYK0.580.9800.02
HSL264.44º95.29%50%-
HSV(B)264.44º97.59%97.65%-
XYZ22.999.9790.34-
YUV63.3232.8157.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 249 (97.66% from 255) = 69.17%
R=29.17%
G=1.67%
B=69.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10562490.580.9800.02264.4495.2950
Hex696F93A62021085f32
Octal1516371721420241013762
Binary11010011101111100111101011000100101000010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6906f9; }

 p { color: rgb(105,6,249); }

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

<style>
 a { background-color: #6906f9; }

 a { background-color: rgb(105,6,249); }

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

<style>
 span { border-color: #6906f9; }

 span { border-color: rgb(105,6,249); }

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