#690D8B

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

Shades of Indigo #690D8B

Tints of Indigo #690D8B

Color information

#690D8B (or 0x690D8B) is unknown color: approx Indigo. HEX triplet: 69, 0D and 8B. RGB value is (105,13,139). Sum of RGB (Red+Green+Blue) = 105+13+139=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #690D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D8B is #96F274. Grayscale: #363636. Windows color (decimal): -9892469 or 9112937. OLE color: 9112937.

HSL color Cylindrical-coordinate representation of color #690D8B: hue angle of 283.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690D8B is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10513139-
CMYK0.240.9100.45
HSL283.81º82.89%29.8%-
HSV(B)283.81º90.65%54.51%-
XYZ10.635.1624.86-
YUV54.87175.48163.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=40.86%
G=5.06%
B=54.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105131390.240.9100.45283.8182.8929.8
Hex69D8B185B02D11c531e
Octal151152133013305543412336
Binary11010011101100010111100010110110101101100011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,13,139); }

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

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

 a { background-color: rgb(105,13,139); }

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

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

 span { border-color: rgb(105,13,139); }

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