#690993

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

Shades of Indigo #690993

Tints of Indigo #690993

Color information

#690993 (or 0x690993) is unknown color: approx Indigo. HEX triplet: 69, 09 and 93. RGB value is (105,9,147). Sum of RGB (Red+Green+Blue) = 105+9+147=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #690993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690993 is #96F66C. Grayscale: #343434. Windows color (decimal): -9893485 or 9636201. OLE color: 9636201.

HSL color Cylindrical-coordinate representation of color #690993: hue angle of 281.74º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690993 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1059147-
CMYK0.290.9400.42
HSL281.74º88.46%30.59%-
HSV(B)281.74º93.88%57.65%-
XYZ11.195.3128.04-
YUV53.44180.8164.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=40.23%
G=3.45%
B=56.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10591470.290.9400.42281.7488.4630.59
Hex699931D5E02A11a581f
Octal151112233513605243213037
Binary11010011001100100111110110111100101010100011010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690993; }

 p { color: rgb(105,9,147); }

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

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

 a { background-color: rgb(105,9,147); }

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

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

 span { border-color: rgb(105,9,147); }

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