#690CA0

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

Shades of Indigo #690CA0

Tints of Indigo #690CA0

Color information

#690CA0 (or 0x690CA0) is unknown color: approx Indigo. HEX triplet: 69, 0C and A0. RGB value is (105,12,160). Sum of RGB (Red+Green+Blue) = 105+12+160=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #690CA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CA0 is #96F35F. Grayscale: #383838. Windows color (decimal): -9892704 or 10488937. OLE color: 10488937.

HSL color Cylindrical-coordinate representation of color #690CA0: hue angle of 277.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690CA0 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10512160-
CMYK0.340.9300.37
HSL277.7º86.05%33.73%-
HSV(B)277.7º92.5%62.75%-
XYZ12.35.833.73-
YUV56.68186.31162.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=37.91%
G=4.33%
B=57.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105121600.340.9300.37277.786.0533.73
Hex69CA0225D0251165622
Octal151142404213504542612642
Binary1101001110010100000100010101110101001011000101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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