#6906EF

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

Shades of Electric Indigo #6906EF

Tints of Electric Indigo #6906EF

Color information

#6906EF (or 0x6906EF) is unknown color: approx Electric Indigo. HEX triplet: 69, 06 and EF. RGB value is (105,6,239). Sum of RGB (Red+Green+Blue) = 105+6+239=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #6906EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6906EF is #96F910. Grayscale: #3D3D3D. Windows color (decimal): -9894161 or 15664745. OLE color: 15664745.

HSL color Cylindrical-coordinate representation of color #6906EF: hue angle of 265.49º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906EF is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1056239-
CMYK0.560.9700.06
HSL265.49º95.1%48.04%-
HSV(B)265.49º97.49%93.73%-
XYZ21.479.3782.34-
YUV62.16227.8158.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 239 (93.75% from 255) = 68.29%
R=30%
G=1.71%
B=68.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10562390.560.9700.06265.4995.148.04
Hex696EF3861061095f30
Octal1516357701410641113760
Binary110100111011101111111000110000101101000010011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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