#690FED

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

Shades of Electric Indigo #690FED

Tints of Electric Indigo #690FED

Color information

#690FED (or 0x690FED) is unknown color: approx Electric Indigo. HEX triplet: 69, 0F and ED. RGB value is (105,15,237). Sum of RGB (Red+Green+Blue) = 105+15+237=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #690FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690FED is #96F012. Grayscale: #424242. Windows color (decimal): -9891859 or 15535977. OLE color: 15535977.

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

Color convert

RGB10515237-
CMYK0.560.9400.07
HSL264.32º88.1%49.41%-
HSV(B)264.32º93.67%92.94%-
XYZ21.289.4680.82-
YUV67.22223.82154.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 15 (6.25% from 255) = 4.20%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=29.41%
G=4.20%
B=66.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105152370.560.9400.07264.3288.149.41
Hex69FED385E071085831
Octal15117355701360741013061
Binary1101001111111101101111000101111001111000010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690FED; }

 p { color: rgb(105,15,237); }

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

<style>
 a { background-color: #690FED; }

 a { background-color: rgb(105,15,237); }

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

<style>
 span { border-color: #690FED; }

 span { border-color: rgb(105,15,237); }

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