#690CEC

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

Shades of Electric Indigo #690CEC

Tints of Electric Indigo #690CEC

Color information

#690CEC (or 0x690CEC) is unknown color: approx Electric Indigo. HEX triplet: 69, 0C and EC. RGB value is (105,12,236). Sum of RGB (Red+Green+Blue) = 105+12+236=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #690CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #690CEC is #96F313. Grayscale: #404040. Windows color (decimal): -9892628 or 15469673. OLE color: 15469673.

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

Color convert

RGB10512236-
CMYK0.560.9500.07
HSL264.91º90.32%48.63%-
HSV(B)264.91º94.92%92.55%-
XYZ21.19.3280.04-
YUV65.34224.31156.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 236 (92.58% from 255) = 66.86%
R=29.75%
G=3.40%
B=66.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal105122360.560.9500.07264.9190.3248.63
Hex69CEC385F071095a31
Octal15114354701370741113261
Binary1101001110011101100111000101111101111000010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,12,236); }

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

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

 a { background-color: rgb(105,12,236); }

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

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

 span { border-color: rgb(105,12,236); }

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