#6905F0

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

Shades of Electric Indigo #6905F0

Tints of Electric Indigo #6905F0

Color information

#6905F0 (or 0x6905F0) is unknown color: approx Electric Indigo. HEX triplet: 69, 05 and F0. RGB value is (105,5,240). Sum of RGB (Red+Green+Blue) = 105+5+240=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #6905F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6905F0 is #96FA0F. Grayscale: #3C3C3C. Windows color (decimal): -9894416 or 15730025. OLE color: 15730025.

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

Color convert

RGB1055240-
CMYK0.560.9800.06
HSL265.53º95.92%48.04%-
HSV(B)265.53º97.92%94.12%-
XYZ21.619.483.11-
YUV61.69228.63158.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 240 (94.14% from 255) = 68.57%
R=30%
G=1.43%
B=68.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10552400.560.9800.06265.5395.9248.04
Hex695F038620610a6030
Octal1515360701420641214060
Binary110100110111110000111000110001001101000010101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6905F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6905F0; }

 p { color: rgb(105,5,240); }

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

<style>
 a { background-color: #6905F0; }

 a { background-color: rgb(105,5,240); }

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

<style>
 span { border-color: #6905F0; }

 span { border-color: rgb(105,5,240); }

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