#6910F0

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

Shades of Electric Indigo #6910F0

Tints of Electric Indigo #6910F0

Color information

#6910F0 (or 0x6910F0) is unknown color: approx Electric Indigo. HEX triplet: 69, 10 and F0. RGB value is (105,16,240). Sum of RGB (Red+Green+Blue) = 105+16+240=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #6910F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6910F0 is #96EF0F. Grayscale: #434343. Windows color (decimal): -9891600 or 15732841. OLE color: 15732841.

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

Color convert

RGB10516240-
CMYK0.560.9300.06
HSL263.84º88.19%50.2%-
HSV(B)263.84º93.33%94.12%-
XYZ21.749.6783.16-
YUV68.15224.99154.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 16 (6.64% from 255) = 4.43%
BLUE value IS 240 (94.14% from 255) = 66.48%
R=29.09%
G=4.43%
B=66.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal105162400.560.9300.06263.8488.1950.2
Hex6910F0385D061085832
Octal15120360701350641013062
Binary11010011000011110000111000101110101101000010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6910F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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