#6901F0

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

Shades of Electric Indigo #6901F0

Tints of Electric Indigo #6901F0

Color information

#6901F0 (or 0x6901F0) is unknown color: approx Electric Indigo. HEX triplet: 69, 01 and F0. RGB value is (105,1,240). Sum of RGB (Red+Green+Blue) = 105+1+240=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #6901F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6901F0 is #96FE0F. Grayscale: #3A3A3A. Windows color (decimal): -9895440 or 15729001. OLE color: 15729001.

HSL color Cylindrical-coordinate representation of color #6901F0: hue angle of 266.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901F0 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1051240-
CMYK0.561.0000.06
HSL266.11º99.17%47.25%-
HSV(B)266.11º99.58%94.12%-
XYZ21.569.3283.1-
YUV59.34229.96160.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 240 (94.14% from 255) = 69.36%
R=30.35%
G=0.29%
B=69.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal10512400.561.0000.06266.1199.1747.25
Hex691F038640610a632f
Octal1511360701440641214357
Binary1101001111110000111000110010001101000010101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6901F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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