#690A8E

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

Shades of Indigo #690A8E

Tints of Indigo #690A8E

Color information

#690A8E (or 0x690A8E) is unknown color: approx Indigo. HEX triplet: 69, 0A and 8E. RGB value is (105,10,142). Sum of RGB (Red+Green+Blue) = 105+10+142=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #690A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A8E is #96F571. Grayscale: #353535. Windows color (decimal): -9893234 or 9308777. OLE color: 9308777.

HSL color Cylindrical-coordinate representation of color #690A8E: hue angle of 283.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690A8E is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10510142-
CMYK0.260.9300.44
HSL283.18º86.84%29.8%-
HSV(B)283.18º92.96%55.69%-
XYZ10.825.1726.02-
YUV53.45177.97164.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 10 (4.30% from 255) = 3.89%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=40.86%
G=3.89%
B=55.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105101420.260.9300.44283.1886.8429.8
Hex69A8E1A5D02C11b571e
Octal151122163213505443312736
Binary11010011010100011101101010111010101100100011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,10,142); }

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

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

 a { background-color: rgb(105,10,142); }

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

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

 span { border-color: rgb(105,10,142); }

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